timqian/gql-generator

Support extend type

Offen

#19 geöffnet am 05.06.2019

 (4 Kommentare) (2 Reaktionen) (0 zugewiesene Personen)JavaScript (94 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (388 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hi,

We have modularized our graphql in to separate files so we extend the queries and mutations, eg.

extend type Query {
  someQuery: Boolean
}

Would it be possible to support this?

Contributor Guide