How to preserve a custom directive in apollo router superschema. #7624
Unanswered
dmitrypotenko
asked this question in
Q&A
Replies: 0 comments
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.
-
Hello Apollo router team,
We are using apollo router v2.0.0 in combination with hive as a schema registry. We want to preserve a custom directive in final supergraph so that it is visible in the result of an introspection query against router. I see that custom directive is in hive supergraph after composition, but it is not visible in the router after router fetches supergraph from hive. How is it possible to keep this directive in router?
That is how our directive looks like:
We have also included it in schema with @link and @composeDirective
Beta Was this translation helpful? Give feedback.
All reactions