Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var GraphqlQueryCallStack = testutils.NewCallStack()
Functions ¶
This section is empty.
Types ¶
type CodeLocation ¶
type ErrorResult ¶
type ErrorResult struct { Message string `json:"message"` Locations []CodeLocation `json:"locations"` Path []string `json:"path"` }
Click to show internal directories.
Click to hide internal directories.