OneGraph / graphiql-explorer

Explorer plugin for GraphiQL
MIT License
904 stars 97 forks source link

How to disable subscriptions #102

Open paymog opened 7 months ago

paymog commented 7 months ago

I recently added the explorer to my endpoint and I really like the experience. However our backend doesn't support subscriptions - is there a way to disable subscriptions in the explorer so that my team doesn't accidentally build a query that can't be supported?

image