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.
1 parent a974186 commit f4d0f50Copy full SHA for f4d0f50
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