| Interface | Description |
|---|---|
| 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.
|
| GQLSelection |
When defining a graphql each point in a selection set is called a
'selection'.
|
| Class | Description |
|---|---|
| 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 |
| Enum | Description |
|---|---|
| GQLDirective |
A directive represents some modification on a GQL field.
|
| GQLIntrospection.Field |
Introspeciton fields supported by providence-graphql.
|
| GQLScalar |
Specification for a scalar type in GraphQL.
|
Copyright © 2015–2020 morimekta.net. All rights reserved.