Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inconsistency of the GraphiQL Stop button after a GraphQL Subscription is throttled out and was reset #12605

Open
wasuradananjith opened this issue Mar 9, 2022 · 0 comments
Labels
APIM - 4.1.0 APIM manager 4.1.0 release related issues. feature/GraphQL Subs issues found during GraphQL subscriptions feature implementation Priority/Normal React-UI Type/Bug

Comments

@wasuradananjith
Copy link
Contributor

Description:

Steps to reproduce:

  1. Create an Application with the throttling policy 10PerMin
    image

  2. Created a GraphQL API, and invoke the subscriptions as mentioned in [1], until the requests are throttled out.

  3. After throttling the requests, the Stop button automatically converts to a play button as shown below.
    image

  4. Once the throttle condition is again reset, when we invoke the API, we can see the responses are coming in the Network tab, but UI doesn't show it in the console.
    Screenshot from 2022-03-09 10-18-43

We need to update the GraphiQL display with the correct response after a throttle condition is reset.

Affected Product Version:

  • APIM 4.1.0-Beta

[1] https://apim.docs.wso2.com/en/4.1.0/consume/invoke-apis/invoke-apis-using-tools/invoke-an-graphql-api-using-the-integrated-graphql-console/#invoke-a-graphql-subscription-operation

@wasuradananjith wasuradananjith added Type/Bug Priority/High React-UI APIM - 4.1.0 APIM manager 4.1.0 release related issues. feature/GraphQL Subs issues found during GraphQL subscriptions feature implementation labels Mar 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
APIM - 4.1.0 APIM manager 4.1.0 release related issues. feature/GraphQL Subs issues found during GraphQL subscriptions feature implementation Priority/Normal React-UI Type/Bug
Projects
None yet
Development

No branches or pull requests

2 participants