Skip to content

Commit 4b27062

Browse files
committed
Update to use the latest graphql-go changes
1 parent 9f01b4e commit 4b27062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func (h *Handler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
117117
VariableValues: opts.Variables,
118118
OperationName: opts.OperationName,
119119
}
120-
result := graphql.Graphql(params)
120+
result := graphql.Do(params)
121121

122122
// render result
123123
h.render.JSON(w, http.StatusOK, result)

0 commit comments

Comments
 (0)