graphql / graphql/graphql-over-http

Clarify the use of HTTP GET and POST request

Open
#205 18 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
427
Forks
70
Avg merge
1m
Merged PRs (30d)
5

Description

from [GraphQL over HTTP Spec](https://graphql.github.io/graphql-over-http/draft/#sec-Request)
> A server MUST accept POST requests, and MAY accept other HTTP methods, such as GET.

For semantics and performance (caching, etc.), it seems to me that it is recommended to use `GET` for the query operation.

If the options are not equivalent, it is necessary to clarify which is more appropriate.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.