# Functions

NewGraphQLRequest returns a new Request (for query or mutation) with optional or empty variables.
NewURL returns a pointer to a URL value.

# Constants

No description provided by the author

# Structs

AllResultsQuery is used for both specifying the query and capturing the response.
No description provided by the author
CreateResultMutation calls createResult(input:ResultInput!):ID! create a Result.
Error is a response field element to capture server reported problems.
FilterOpMutation calls filterOp(sort:String!):[Result] .
FilterOpQuery is used for both specifying the query and capturing the response.
No description provided by the author
GraphQLRequest is used to model both a query or a mutation request.
Identified is a INTERFACE.
ListOpMutation calls ListOp(limit:Int,prefix:String!):[Result] .
ListOpQuery is used for both specifying the query and capturing the response.
No description provided by the author
NoArgOpMutation calls noArgOp():Int! .
NoArgOpQuery is used for both specifying the query and capturing the response.
No description provided by the author
OneArgOpMutation calls oneArgOp(required:Boolean!):String .
OneArgOpQuery is used for both specifying the query and capturing the response.
No description provided by the author
PlusArrayOpMutation calls plusArrayOp(as:[Int]!,bs:[Int!]):[Int] .
PlusArrayOpQuery is used for both specifying the query and capturing the response.
No description provided by the author
PlusOpMutation calls plusOp(a:Int!,b:Int!):Int .
PlusOpQuery is used for both specifying the query and capturing the response.
No description provided by the author
Result is a OBJECT.
explanation(language:String!,long:Boolean):String!.

# Interfaces

ID can by any type, typically a string or int64.

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ResultInput is an INPUT_OBJECT.
These aliases are needed to model return types in Data fields.
URL is a Scalar.