Hacker News new | ask | show | jobs
by paulhodge 3936 days ago
Are you talking about the size limit (of about 2000 chars) on url strings? That's not a GraphQL thing, that's a limit imposed by certain browsers. If your request data might be bigger then it needs to be in a POST.
1 comments

> If your request data might be bigger then it needs to be in a POST.

Ok. I was hoping things had gotten better.