-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Feature Request: Batching queries #1812
Comments
I would love to have this feature so that i can integrate Prisma plugin in VSCode. |
+1 |
+1 |
What's the status on this? |
+1 |
Come on guys, there are things like reactions now build into github. I'd rather have notifications for important messages only and these '+1' add no substantial value to an issue. God knows how many people are subscribed and will be unnecessarily bothered. |
Reopening this issue after some discussion in #3490 pending a further decision about what we want to do. |
As it currently stands, the graphql-engine is unable to process batched queries (batched query example). The following response is returned when attempting to batch queries through Apollo:
{"errors":[{"extensions":{"path":"$","code":"parse-failed"},"message":"When parsing the constructor GraphQLRequest of type Hasura.GraphQL.Transport.HTTP.Protocol.GraphQLRequest expected Object but got Array."}]}
The text was updated successfully, but these errors were encountered: