Replies: 1 comment 3 replies
-
|
Please read the docs carefully, it's written there why the emitted schema does not contain directives on types and fields. I've prepared docs to not have to answer to such questions and use my time in a more productive manner 😉 |
Beta Was this translation helpful? Give feedback.
3 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.
-
The output of
emitSchemaFileis different then when i use an introspection tool to download the schema like rover.for instance i have an entity in the schema
UserMy model looks something like this:
in the schema generated by
type-graphqlit would look something like this:the
directivesare from thegraphqland@apollo/federationpackagesbut if i download the schema via introspection with
roverwithrover subgraph introspect http://localhost:4000/graphql > schema.gqlthe schema would look like this:
if providing a repo would help shed some light on this i would happily provide it.
Beta Was this translation helpful? Give feedback.
All reactions