gql-generator icon indicating copy to clipboard operation
gql-generator copied to clipboard

Support extend type

Open guzmo opened this issue 5 years ago • 4 comments

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?

guzmo avatar Jun 05 '19 11:06 guzmo