This repository was archived by the owner on Nov 8, 2022. It is now read-only.
This repository was archived by the owner on Nov 8, 2022. It is now read-only.
why use post method as "get" in GraphQL ? #259
Closed
Description
- as mentioned in Absinthe doc
Due to varying limits on the maximum size of URLs, we recommend using one of the POST options below instead, putting the query into the body of the request.
- phoenix 1.5+ requires plug > 1.10, which treat all the GET parameter values as strings, it will break the workflow, see can't get integer parameters after upgrade to 1.10.0 version elixir-plug/plug#1006
Metadata
Metadata
Assignees
Labels
No labels