| Class and Description |
|---|
| GQLField
Representation of a field in the response JSON.
|
| GQLMethodCall
Representation of a method call in an operation.
|
| GQLOperation
Representing a single GQL operation, which is either a query
or a mutation.
|
| Class and Description |
|---|
| GQLDirective
A directive represents some modification on a GQL field.
|
| GQLFragment
A fragment is a piece of a field list representing a single
type as part of a struct, union, union list, interface list
etc.
|
| GQLFragmentDefinition
A fragment definition, as part of the query.
|
| GQLIntrospection.Field
Introspeciton fields supported by providence-graphql.
|
| GQLOperation
Representing a single GQL operation, which is either a query
or a mutation.
|
| GQLScalar
Specification for a scalar type in GraphQL.
|
| GQLSelection
When defining a graphql each point in a selection set is called a
'selection'.
|
| Class and Description |
|---|
| GQLQuery
Representing a complete GQL query, also known as a 'document' in
the GraphQL spec.
|
| Class and Description |
|---|
| GQLField
Representation of a field in the response JSON.
|
Copyright © 2015–2020 morimekta.net. All rights reserved.