Open tsubasax opened 3 years ago
could you point to the documentation about how to set directives in apollo server?
It can be found on this page of Apollo Docs:
https://www.apollographql.com/docs/apollo-server/schema/directives/#using-custom-schema-directives
Maybe we can use mergeDirectives
method inplemented in @graphql-tools/merge
:
https://www.graphql-tools.com/docs/api/modules/merge#mergedirectives
Hi! Any news on this? Or at least a workaround that allows adding a custom directive?
Thanks!
How do we include custom schema directives in
Config/apollo.ts
?I'd like to implement them like below: