Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ParsingOption ¶
type QueryModel ¶
type QueryModel struct { QueryText string `json:"queryText"` // The name of the operation, or a blank string to let the GraphQL server infer the operation name OperationName string `json:"operationName"` // The variables for the operation. May either be a string or a map[string]interface{} Variables interface{} `json:"variables"` ParsingOptions []ParsingOption `json:"parsingOptions"` }
QueryModel represents data sent from the frontend to perform a query
Click to show internal directories.
Click to hide internal directories.