Support for GraphQL subscription response giving JSON Patch #1015
Unanswered
techwizardg
asked this question in
Q&A
Replies: 0 comments
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.
-
Do we have samples that illustrate GraphQL subscription to return JSON Patch? We are transitioning towards Server Driven UI and want subscription support with JSON Patch so that every time the user returns to a previously navigated page, we do not want the mobile app to query for the page layout from server via GraphQL and instead should query it first time and then subscribe for changes in pages and these changes to be sent via JSON Patch over subscription response
Beta Was this translation helpful? Give feedback.
All reactions