skevy / graphiql-app

Light, Electron-based Wrapper around GraphiQL
MIT License
2.95k stars 336 forks source link

Multiple Queries with GET not working #136

Open spdenning opened 5 years ago

spdenning commented 5 years ago

When multiple queries are used, it works fine on POST. However, on GET it seems the "operationName" is not provided. Without the specific operation, GraphQL cannot process the selected query.