We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a974186 + f4d0f50 commit 4ebf270Copy full SHA for 4ebf270
examples/http-post/main.go
@@ -11,7 +11,7 @@ import (
11
12
type postData struct {
13
Query string `json:"query"`
14
- Operation string `json:"operation"`
+ Operation string `json:"operationName"`
15
Variables map[string]interface{} `json:"variables"`
16
}
17
0 commit comments