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 8a92e97 commit 9198f54Copy full SHA for 9198f54
graphql.go
@@ -17,7 +17,7 @@ type Params struct {
17
18
// The value provided as the first argument to resolver functions on the top
19
// level type (e.g. the query object type).
20
- RootObject map[string]interface{}
+ RootObject interface{}
21
22
// A mapping of variable name to runtime value to use for all variables
23
// defined in the requestString.
0 commit comments