Runtime Schema Updates and Subscription Types #799
Replies: 2 comments 5 replies
-
GraphQL is not related to any DB, so there's no single "most efficient way". Unless you directly pass objects from somewhere and entirely rely on the default resolver, you just write custom HTH |
Beta Was this translation helpful? Give feedback.
-
There are not that many options:
Keep in mind that options 2 and 3 are basically the same as SchemaExtender creates a new schema instance anyway. |
Beta Was this translation helpful? Give feedback.
-
I have 2 questions
Schema Updation
We have a use case where some of our database tables can change over time. As a side effect the number and data type enclosed in the columns can change over time. What is the recommended way to update the schema in the most efficient way?
Subscriptions
I went through the documentation and only found a few references to GraphQL subscriptions. Is there any example I could follow ?
Beta Was this translation helpful? Give feedback.
All reactions