gql icon indicating copy to clipboard operation
gql copied to clipboard

Use of @skip and @ignore directives with gql.dsl

Open david-waterworth opened this issue 1 year ago • 1 comments

I've been composing queries with gql.dsl and need to use the @include directive in a query. Other than https://github.com/graphql-python/gql/issues/278 I don't see any reference to directives.

Are directives supported with gql.dsl and if so what's the syntax?

david-waterworth avatar May 17 '24 01:05 david-waterworth

Directives are not currently supported with the dsl module.

leszekhanusz avatar May 17 '24 18:05 leszekhanusz