Replies: 1 comment
-
You can add types to the schema dynamically, but only before your server started. As I understand it, you can not modify the schema after starting the server. |
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
-
How can I dynamically add GraphQL operations (mutations and queries) to a schema composed of static operations?
That is, once I have created my schema and added the
Query
andMutation
classes to it, how can I expand it, adding operations dynamically?Specifically in my case, I am using Federation 2.
Thanks in advance.
cc: @patrick91
Beta Was this translation helpful? Give feedback.
All reactions