You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have a possibility of gqlgen to act as subscription server with dynamic schema. Right now I can use gqlgen as a basic subscription server, but if I want to enrich subscriptions with data from federated gateway, I don't see a way to do it.
So what we need is
Loading dynamic federated schema (from the gateway & merging with subscriptions), or from schema-registry
Generic resolver function that would take into properties and make requests against the gateway to get enriched result
This discussion was converted from issue #1567 on February 04, 2022 00:55.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Would be nice to have a possibility of gqlgen to act as subscription server with dynamic schema. Right now I can use gqlgen as a basic subscription server, but if I want to enrich subscriptions with data from federated gateway, I don't see a way to do it.
So what we need is
See:
https://youtu.be/C5pSwLpjZM0
https://github.com/apollosolutions/federation-subscription-tools
Beta Was this translation helpful? Give feedback.
All reactions