Jim Gaudet

Results 5 comments of Jim Gaudet

Anyone figure this out? I too can query without an issue but get the following error when trying to connect with websockets. The server returned status code '401' when status...

Sorry, I am trying to use the client in csharp and changing the url to wss does not work. I do this; ```csharp clientWebsockets = new GraphQLHttpClient("wss://host/graphql", new NewtonsoftJsonSerializer()); clientWebsockets.HttpClient.DefaultRequestHeaders.Add("x-api-key",...

Are you telling me that I need to create my own websocket requests and cannot use your system for subscriptions? I do not get the error anymore with the below...

```csharp public class NotificationType { public string Id { get; set; } public string Name { get; set; } public string Action { get; set; } } public class NotificationOnUpdateSubscriptionResult...

I tested with Altair and do not receive any error message nor any data. Thank you for your help but it seems connecting to AppSync is not something via C#...