gql
gql copied to clipboard
Use of @skip and @ignore directives with gql.dsl
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?
Directives are not currently supported with the dsl module.