Y
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
thomasahle
3936 days ago
> If your request data might be bigger then it needs to be in a POST.
Ok. I was hoping things had gotten better.
link
Ok. I was hoping things had gotten better.