Code generated schema linting? #994
-
I currently usage NestJS as backend and I want to enable some rules that need schema and operation has been provided like require-id rules What should I do? Ref: https://docs.nestjs.com/graphql/quick-start Given documentation, I guess I can enable auto generation schema with file path and sort schema options in order to get thing work but do I have better options? |
Beta Was this translation helpful? Give feedback.
Answered by
dimaMachina
Apr 12, 2022
Replies: 1 comment 1 reply
-
Hi @davidNHK, sorry for the long response, you can provide a path to your generated SDL schema (if you generate it) or a URL endpoint of your schema. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
neviaumi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @davidNHK, sorry for the long response, you can provide a path to your generated SDL schema (if you generate it) or a URL endpoint of your schema.