question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Feature Request: Batching queries

See original GitHub issue

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."}]}

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:39
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

12reactions
madhujahagirdarcommented, Mar 21, 2019

I would love to have this feature so that i can integrate Prisma plugin in VSCode.

4reactions
bknifflercommented, Oct 25, 2019

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.

https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/about-conversations-on-github#reacting-to-ideas-in-comments

Read more comments on GitHub >

github_iconTop Results From Across the Web

Batching Client GraphQL Queries
Batching is the process of taking a group of requests, combining them into one, and making a single request with the same data...
Read more >
Batched Queries - Marten DB
CreateBatchQuery() method. The batched queries in Marten work by allowing a user to define the queries they want to run through the batch...
Read more >
GraphQL Request Batching
We are working on an "extension" of GraphQL at Braintree to allow clients to execute a series of GraphQL queries in a single...
Read more >
Batching Requests | Google Classroom
You're limited to 50 calls in a single batch request. If you need to make more calls than that, use multiple batch requests....
Read more >
How to Improve Performance with Apollo Query Batching
It features an improved architecture, a more powerful GraphQL API and ... If Query Batching is enabled, Apollo will not issue requests ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found