timqian/gql-generator

Support extend type

Aperta

#19 aperta il 5 giu 2019

 (4 commenti) (2 reazioni) (0 assegnatari)JavaScript (94 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (388 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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?

Guida contributor