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 82fb728 commit 6b2d907Copy full SHA for 6b2d907
model/function.go
@@ -66,6 +66,7 @@ func (f *FunctionRef) UnmarshalJSON(data []byte) error {
66
if _, found := funcRef["arguments"]; found {
67
f.Arguments = funcRef["arguments"].(map[string]interface{})
68
}
69
+ f.SelectionSet = requiresNotNilOrEmpty(funcRef["selectionSet"])
70
71
return nil
72
0 commit comments