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
-
The output of
emitSchemaFile
is different then when i use an introspection tool to download the schema like rover.for instance i have an entity in the schema
User
My model looks something like this:
in the schema generated by
type-graphql
it would look something like this:the
directives
are from thegraphql
and@apollo/federation
packagesbut if i download the schema via introspection with
rover
withrover subgraph introspect http://localhost:4000/graphql > schema.gql
the 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