-
Couldn't load subscription status.
- Fork 862
Open
Labels
product/api-clientprotocol/graphqlIssues relating to the GraphQL protocol within PostmanIssues relating to the GraphQL protocol within Postman
Description
Is there an existing issue for this?
- I have searched the tracker for existing similar issues and I know that duplicates will be closed
Describe the Issue
When attempting to subscribe to a GraphQL subscription, the handshake is successful but the websocket is disconnected on the first keep-alive message.
When subscribing in GraphQL Playground (which works fine), you can see that the keep-alive messages ({"type":"ka"}) occur regularly:
But it seems the Postman GraphQL Client doesn't know how to handle them.
The subscription is being served by a graphql-java server using the graphql-ws protocol.
Steps To Reproduce
- Attempt to start a subscription
- See the subscription fail
Screenshots or Videos
No response
Operating System
macOS
Postman Version
10.13.3
Postman Platform
Postman App
User Account Type
Signed In User
Additional Context?
No response
douglaswth, temcewen, Klaitos, aaiezza and cairesr
Metadata
Metadata
Assignees
Labels
product/api-clientprotocol/graphqlIssues relating to the GraphQL protocol within PostmanIssues relating to the GraphQL protocol within Postman

