AWS Appsync implementation using GraphQL-client library in .Net
问题 I am trying to implement an app sync subscription similar to this python example but in .net https://aws.amazon.com/blogs/mobile/appsync-websockets-python/ I started this using the nuget package GraphQL.Client https://www.nuget.org/packages/GraphQL.Client The execution of Query/Mutation is working fine like given in the readme of https://github.com/graphql-dotnet/graphql-client But subscription is not working. My code using the GraphQL.Client: using var graphQLClient = new GraphQLHttpClient(