Custom directives on query not showing in schema definition #1880
Sandip888831
started this conversation in
General
Replies: 1 comment
-
|
Have you declared it with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have created custom authorization directive & annotated on the query:
When I am calling the query, it's getting executed but I don't see it in schema definition.
I checked in /graphiql docs & also in introspection query _getFederationInfo { service { sdl } }, but I don't see it on query.
Please can someone help here.
Beta Was this translation helpful? Give feedback.
All reactions