Urigo/graphql-cli

Add support for custom hook points for extensions

Open

#274 ouverte le 18 avr. 2018

Voir sur GitHub
 (1 commentaire) (2 réactions) (0 assignés)TypeScript (110 forks)github user discovery
help wanted

Métriques du dépôt

Stars
 (2 020 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Use-case: After fetching a big schema with get-schema, it would be awesome to add app specific annotations to that generated SDL. An extension could hook in and manipulate the downloaded SDL of the graphql get-schema command.

Guide contributeur