99designs / gqlgen

go generate based graphql server library
https://gqlgen.com
MIT License
9.95k stars 1.17k forks source link

Support Apollo Router HTTP subscriptions #2843

Open tmc opened 11 months ago

tmc commented 11 months ago

See https://www.apollographql.com/docs/router/executing-operations/subscription-support/

txbrown commented 9 months ago

I have this implemented using gql-gen and the docs can be found here - https://gqlgen.com/recipes/subscriptions/

Unless something is missing here.

tmc commented 9 months ago

I meant the callback based approach described here: https://www.apollographql.com/docs/router/executing-operations/subscription-support/