graphql-python/gql

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

david-waterworth opened this issue · 1 comments

I've been composing queries with gql.dsl and need to use the @include directive in a query. Other than #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.