graphql-go / graphql

An implementation of GraphQL for Go / Golang
MIT License
9.82k stars 836 forks source link

fix postData's operationName on http-post example #673

Closed qustavo closed 12 months ago

qustavo commented 1 year ago

As per graphql's documentation the field should be operationName[1]

1: https://github.com/graphql/graphql-over-http/blob/main/spec/GraphQLOverHTTP.md#post

coveralls commented 1 year ago

Coverage Status

coverage: 92.051%. remained the same when pulling f4d0f50ff351239e3a5960f9931b0f2b76284e25 on qustavo:patch-1 into a9741863816e423e4287fd8947731d637451cf6c on graphql-go:master.