Skip to content

Allow GraphQL endpoint to return larger responses#2533

Merged
ludovicm67 merged 1 commit intomainfrom
api-response-limit
Mar 4, 2026
Merged

Allow GraphQL endpoint to return larger responses#2533
ludovicm67 merged 1 commit intomainfrom
api-response-limit

Conversation

@ludovicm67
Copy link
Contributor

This PR increase the response limit from 4 MB to 20 MB for the GraphQL endpoint.
This should solve some cases where the response were too huge to create visualizations.


  • I added a CHANGELOG entry
  • I made a self-review of my own code

@ludovicm67 ludovicm67 requested a review from hupf March 3, 2026 11:51
@ludovicm67 ludovicm67 self-assigned this Mar 3, 2026
@vercel
Copy link
Contributor

vercel bot commented Mar 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
visualization-tool Building Building Preview, Comment Mar 3, 2026 11:51am

Request Review

Copy link
Contributor

@hupf hupf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have to keep in mind that this can increase the RAM usage of the Next.js application. But I guess do to the Linked Data nature of those GraphQL queries, we cannot take them apart...

@ludovicm67 ludovicm67 merged commit 344d116 into main Mar 4, 2026
11 of 13 checks passed
@ludovicm67 ludovicm67 deleted the api-response-limit branch March 4, 2026 07:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants