How do I implement GraphQL subscription in ASP.NET Core Web API using Graphql.net library?

How do I implement GraphQL subscription in ASP.NET Core Web API using Graphql.net library?


0

I’m currently working with GraphQL version 7.6.1, graphql.server.transport.websockets version 4.4.1, and graphql.server.transport.aspnetcore version 7.6.0, and I’m struggling to find up-to-date documentation or examples for adding subscriptions to my ASP.NET Core Web API.

I attempted to implement subscriptions based on older examples, but due to changes in syntax and other aspects, I’m encountering errors that I’m unable to resolve. Can someone provide me with a recent example or direct me to a reliable resource for implementing subscriptions with these specific versions of GraphQL and related packages?

New contributor

fallenOG is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.


Load 5 more related questions


Show fewer related questions

0



Leave a Reply

Your email address will not be published. Required fields are marked *