| GQLField |
Representation of a field in the response JSON.
|
| GQLFragmentDefinition |
A fragment definition, as part of the query.
|
| GQLFragmentReference |
A reference to a fragment.
|
| GQLInlineFragment |
An inline fragment, defining type-conditional field
in-place.
|
| GQLIntrospection |
A introspection is very much like a 'normal' field, but
has special meaning to graphql.
|
| GQLMethodCall |
Representation of a method call in an operation.
|
| GQLOperation |
Representing a single GQL operation, which is either a query
or a mutation.
|
| GQLQuery |
Representing a complete GQL query, also known as a 'document' in
the GraphQL spec.
|
| GQLUtil |
|