Skip to content

Commit

Permalink
Merge pull request #673 from qustavo/patch-1
Browse files Browse the repository at this point in the history
fix postData's operationName on http-post example
  • Loading branch information
chris-ramon committed Jul 22, 2023
2 parents a974186 + f4d0f50 commit 4ebf270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/http-post/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

type postData struct {
Query string `json:"query"`
Operation string `json:"operation"`
Operation string `json:"operationName"`
Variables map[string]interface{} `json:"variables"`
}

Expand Down

0 comments on commit 4ebf270

Please sign in to comment.