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.

GitHub GraphQL return error when response body is too large

See original GitHub issue

now GraphQL API will fetch multi level trees and blobs in one request, the response body maybe too large to report an error in this case.

we will get an error in visitingtorvalds/linux in the current implementation.

image

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
conwnetcommented, Feb 14, 2021

It seems that’s the only way now, we can provide a setting option for users to choose the preloading levels in the feature~

1reaction
xcv58commented, Feb 13, 2021

PR #110

Read more comments on GitHub >

github_iconTop Results From Across the Web

create issue fails with "GraphQL error: was submitted too ...
No, because GraphQL mutations in a single request are not executed in a transaction. If some of them fail, the GraphQL response will ......
Read more >
How can I increase max body size?(413 Payload Too Large)
Firstly, it doesn't work on graphql-yoga with body-parser middleware. ... But updating large data produces "Payload too large" error.
Read more >
Allow customize body size limit · Issue #346 · graphql/express ...
I'm making an api that needs a bit more large body for some requests, for example 1Mb, can customization be added without the...
Read more >
GitHub: Specially handle 502 response for graphql · Issue ...
GitHub's GraphQL backend tends to barf if it takes too long to process a query. I think that it may return a 502...
Read more >
Add possibility to reformat error in errorHandler #10 - GitHub
It depends what you are trying to do. You can either try to throw errors the way you need at the original place...
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