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?
I've been composing queries with gql.dsl and need to use the
@includedirective in a query. Other than #278 I don't see any reference to directives.Are directives supported with
gql.dsland if so what's the syntax?