| Interface | Description |
|---|---|
| Coercing | |
| DataFetcher | |
| GraphQLCompositeType | |
| GraphQLFieldsContainer | |
| GraphQLInputType |
All types allowed as arguments or variables.
|
| GraphQLModifiedType | |
| GraphQLNullableType | |
| GraphQLOutputType | |
| GraphQLType | |
| GraphQLUnmodifiedType | |
| TypeResolver |
| Class | Description |
|---|---|
| DataFetchingEnvironment | |
| FieldDataFetcher |
Fetches data directly from a field.
|
| GraphQLArgument | |
| GraphQLArgument.Builder | |
| GraphQLDirective | |
| GraphQLDirective.Builder | |
| GraphQLEnumType | |
| GraphQLEnumType.Builder | |
| GraphQLEnumValueDefinition | |
| GraphQLFieldDefinition | |
| GraphQLFieldDefinition.Builder | |
| GraphQLInputObjectField | |
| GraphQLInputObjectField.Builder | |
| GraphQLInputObjectType | |
| GraphQLInputObjectType.Builder | |
| GraphQLInterfaceType | |
| GraphQLInterfaceType.Builder | |
| GraphQLList | |
| GraphQLNonNull | |
| GraphQLObjectType | |
| GraphQLObjectType.Builder | |
| GraphQLScalarType | |
| GraphQLSchema | |
| GraphQLSchema.Builder | |
| GraphQLTypeReference |
A special type to allow a object/interface types to reference itself.
|
| GraphQLUnionType | |
| GraphQLUnionType.Builder | |
| PropertyDataFetcher | |
| SchemaUtil | |
| StaticDataFetcher | |
| TypeResolverProxy |