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