The GraphQL specification allows us to add custom query directives. I'm looking for some information on how can I do this. I want to create a @include
like a directive, but with more elaborate logic.
Apollo guide describes only adding scheme (i.e. working on the server) directive.