does graphql-yoga v2 support custom directives #1168
Answered
by
n1ru4l
Salmandabbakuti
asked this question in
Q&A
-
does graphql-yoga v2 support custom directives? in v1
|
Beta Was this translation helpful? Give feedback.
Answered by
n1ru4l
May 6, 2022
Replies: 1 comment
-
We recommend following the Implementing Schema Directives guide, for migrating. I will add this to the Migration from Yoga V1 documentation. #1173 tracks the progress of the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Salmandabbakuti
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
directiveResolvers
has been a graphql-toolsmakeExecutableSchema
config option that got deprecated like two years ago.We recommend following the Implementing Schema Directives guide, for migrating.
I will add this to the Migration from Yoga V1 documentation.
#1173 tracks the progress of the documentation.