99designs / 99designs/gqlgen

Support the HTTP QUERY method (RFC 10008)

オープン
#4,295 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
Go
スター
10.8k
フォーク
1.3k
平均マージ
2日 36分
マージ済み PR(30日)
26

説明

Support for the HTTP QUERY method ([RFC 10008](https://datatracker.ietf.org/doc/html/rfc10008)) is being worked on upstream, both in the GraphQL spec and in Go:

https://github.com/graphql/graphql-over-http/pull/411 — adds QUERY to the GraphQL-over-HTTP specification.
https://github.com/golang/go/issues/80058 — adds http.MethodQuery to net/http.

gqlgen currently has transport.GET and transport.POST but no transport for QUERY, so QUERY requests are rejected with transport not supported.

I think it’s fine to revisit this in gqlgen once support for the GraphQL specification and Go query methods has been released.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。