graphql / graphql-playground

🎮 GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)
MIT License
8.75k stars 730 forks source link

Block querys when fail #1339

Open medbz opened 3 years ago

medbz commented 3 years ago

This issue pertains to the following package(s):

What OS and OS version are you experiencing the issue(s) on?

Windows

What version of graphql-playground(-electron/-middleware) are you experiencing the issue(s) on?

"graphql-playground-react": "1.7.27",

What is the expected behavior?

Ability to block retrys when fail

What is the actual behavior?

Not able to block retrys when query fails , I'm using graphql-playground-react in angular projet , and I was able to use CreateApolloLink to manipulate querys but I'm not able to block the retrys when failing.

What steps may we take to reproduce the behavior?

Please provide a gif or image of the issue for a quicker response/fix. image