|
|
|
|
|
by latte
1984 days ago
|
|
> most GraphQL-based web services only accept POST requests (not also GET requests) A GraphQL server should generally be able to accept GET queries according to the spec [1]. Are there any common implementations that don't follow this? [1] https://graphql.org/learn/serving-over-http/#get-request |
|