Use of @skip and @ignore directives with gql.dsl
david-waterworth opened this issue · 1 comments
david-waterworth commented
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?
leszekhanusz commented
Directives are not currently supported with the dsl module.