More info about getSchemaNotFromBuildSchemaFunction in examples #1105
Unanswered
pedroabreu
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You can use it with any other graphql tool, like grahql-js, nexus, schema stiching, etc. |
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
-
In the example to generate the schema, it refers a function
getSchemaNotFromBuildSchemaFunction
https://github.com/MichalLytek/type-graphql/blob/776e458c584e89660e3d8449793b7a6b2c667e0b/docs/emit-schema.md
What would that look like? I can only see from the code the actual
buildSchema
. Is there more detail that could be added here? For context I'm looking into generating the schema so I can use gql-codegen to generate the types for client consumption.Beta Was this translation helpful? Give feedback.
All reactions