Modifier and Type |
Method and Description |
GraphQLInputObjectField |
build() |
GraphQLInputObjectField.Builder |
clearDirectives()
This is used to clear all the directives in the builder so far.
|
GraphQLInputObjectField.Builder |
comparatorRegistry(GraphqlTypeComparatorRegistry comparatorRegistry) |
GraphQLInputObjectField.Builder |
defaultValue(java.lang.Object defaultValue) |
GraphQLInputObjectField.Builder |
definition(InputValueDefinition definition) |
GraphQLInputObjectField.Builder |
description(java.lang.String description) |
GraphQLInputObjectField.Builder |
name(java.lang.String name) |
GraphQLInputObjectField.Builder |
replaceDirectives(java.util.List<GraphQLDirective> directives) |
GraphQLInputObjectField.Builder |
type(GraphQLInputObjectType.Builder type) |
GraphQLInputObjectField.Builder |
type(GraphQLInputType type) |
GraphQLInputObjectField.Builder |
withDirective(GraphQLDirective.Builder builder) |
GraphQLInputObjectField.Builder |
withDirective(GraphQLDirective directive) |
GraphQLInputObjectField.Builder |
withDirectives(GraphQLDirective... directives) |