is there any automatic schema generation like apollo server? #950
hexdecimal16
started this conversation in
General
Replies: 1 comment
-
|
No we don't support automatically generating the schema SDL. You do have the ability to dynamically construct the schema yourself, so it doesn't need to be static, but it is not automatically generated. |
Beta Was this translation helpful? Give feedback.
0 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.
-
I have develped a few graphql server using apollo, now I am trying to create my new server using netflix dgs. I want to know if it is possible to generate schema automatically while building ?
Beta Was this translation helpful? Give feedback.
All reactions