Skip to content

Commit

Permalink
Merge pull request #4 from dagger/root-object-any
Browse files Browse the repository at this point in the history
support any value as root object
  • Loading branch information
vito authored Nov 27, 2023
2 parents b36795b + 71b4f28 commit bc781b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type Params struct {

// The value provided as the first argument to resolver functions on the top
// level type (e.g. the query object type).
RootObject map[string]any
RootObject any

// A mapping of variable name to runtime value to use for all variables
// defined in the requestString.
Expand Down

0 comments on commit bc781b6

Please sign in to comment.