Uses of Class
graphql.schema.GraphQLInputObjectField
-
-
Uses of GraphQLInputObjectField in graphql.analysis
Methods in graphql.analysis with parameters of type GraphQLInputObjectField Modifier and Type Method Description (package private) QueryVisitorFieldArgumentInputValueImpl
QueryVisitorFieldArgumentInputValueImpl. incompleteNewChild(GraphQLInputObjectField inputObjectField)
-
Uses of GraphQLInputObjectField in graphql.analysis.values
Methods in graphql.analysis.values with parameters of type GraphQLInputObjectField Modifier and Type Method Description default @Nullable java.lang.Object
ValueVisitor. visitInputObjectFieldValue(@Nullable java.lang.Object coercedValue, GraphQLInputObjectType inputObjectType, GraphQLInputObjectField inputObjectField, ValueVisitor.InputElements inputElements)
This is called when an input object field value is encountered -
Uses of GraphQLInputObjectField in graphql.execution
Constructors in graphql.execution with parameters of type GraphQLInputObjectField Constructor Description NonNullableValueCoercedAsNullException(GraphQLInputObjectField inputTypeField)
NonNullableValueCoercedAsNullException(GraphQLInputObjectField inputTypeField, java.util.List<java.lang.Object> path)
-
Uses of GraphQLInputObjectField in graphql.relay
Method parameters in graphql.relay with type arguments of type GraphQLInputObjectField Modifier and Type Method Description GraphQLFieldDefinition
Relay. mutation(java.lang.String name, java.lang.String fieldName, java.util.List<GraphQLInputObjectField> inputFields, java.util.List<GraphQLFieldDefinition> outputFields, DataFetcher dataFetcher)
GraphQLFieldDefinition
Relay. mutationWithClientMutationId(java.lang.String name, java.lang.String fieldName, java.util.List<GraphQLInputObjectField> inputFields, java.util.List<GraphQLFieldDefinition> outputFields, DataFetcher dataFetcher)
-
Uses of GraphQLInputObjectField in graphql.schema
Fields in graphql.schema with type parameters of type GraphQLInputObjectField Modifier and Type Field Description private com.google.common.collect.ImmutableMap<java.lang.String,GraphQLInputObjectField>
GraphQLInputObjectType. fieldMap
private java.util.Map<java.lang.String,GraphQLInputObjectField>
GraphQLInputObjectType.Builder. fields
Methods in graphql.schema that return GraphQLInputObjectField Modifier and Type Method Description GraphQLInputObjectField
GraphQLInputObjectField.Builder. build()
GraphQLInputObjectField
GraphQLInputObjectType. getField(java.lang.String name)
GraphQLInputObjectField
GraphQLInputFieldsContainer. getFieldDefinition(java.lang.String name)
GraphQLInputObjectField
GraphQLInputObjectType. getFieldDefinition(java.lang.String name)
GraphQLInputObjectField
GraphQLInputObjectField. transform(java.util.function.Consumer<GraphQLInputObjectField.Builder> builderConsumer)
This helps you transform the current GraphQLInputObjectField into another one by starting a builder with all the current values and allows you to transform it how you want.GraphQLInputObjectField
GraphQLInputObjectField. withNewChildren(SchemaElementChildrenContainer newChildren)
Methods in graphql.schema that return types with arguments of type GraphQLInputObjectField Modifier and Type Method Description private com.google.common.collect.ImmutableMap<java.lang.String,GraphQLInputObjectField>
GraphQLInputObjectType. buildDefinitionMap(java.util.List<GraphQLInputObjectField> fieldDefinitions)
java.util.List<GraphQLInputObjectField>
GraphQLInputFieldsContainer. getFieldDefinitions()
java.util.List<GraphQLInputObjectField>
GraphQLInputObjectType. getFieldDefinitions()
java.util.List<GraphQLInputObjectField>
GraphQLInputObjectType. getFields()
Method parameters in graphql.schema with type arguments of type GraphQLInputObjectField Modifier and Type Method Description private com.google.common.collect.ImmutableMap<java.lang.String,GraphQLInputObjectField>
GraphQLInputObjectType. buildDefinitionMap(java.util.List<GraphQLInputObjectField> fieldDefinitions)
GraphQLInputObjectType.Builder
GraphQLInputObjectType.Builder. fields(java.util.List<GraphQLInputObjectField> fields)
GraphQLInputObjectType.Builder
GraphQLInputObjectType.Builder. replaceFields(java.util.List<GraphQLInputObjectField> fields)
Constructors in graphql.schema with parameters of type GraphQLInputObjectField Constructor Description Builder(GraphQLInputObjectField existing)
Constructor parameters in graphql.schema with type arguments of type GraphQLInputObjectField Constructor Description GraphQLInputObjectType(java.lang.String name, java.lang.String description, java.util.List<GraphQLInputObjectField> fields, java.util.List<GraphQLDirective> directives, java.util.List<GraphQLAppliedDirective> appliedDirectives, InputObjectTypeDefinition definition, java.util.List<InputObjectTypeExtensionDefinition> extensionDefinitions)
-
Uses of GraphQLInputObjectField in graphql.schema.diffing
Methods in graphql.schema.diffing with parameters of type GraphQLInputObjectField Modifier and Type Method Description private void
SchemaGraphFactory. handleInputField(Vertex inputFieldVertex, GraphQLInputObjectField inputField, SchemaGraph schemaGraph, GraphQLSchema graphQLSchema)
private Vertex
SchemaGraphFactory. newInputField(GraphQLInputObjectField inputField, SchemaGraph schemaGraph, boolean isIntrospectionNode)
-
Uses of GraphQLInputObjectField in graphql.schema.idl
Methods in graphql.schema.idl that return GraphQLInputObjectField Modifier and Type Method Description private GraphQLInputObjectField
SchemaGeneratorHelper. buildInputField(SchemaGeneratorHelper.BuildContext buildCtx, InputValueDefinition fieldDef)
default GraphQLInputObjectField
SchemaDirectiveWiring. onInputObjectField(SchemaDirectiveWiringEnvironment<GraphQLInputObjectField> environment)
This is called when an input object field is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementprivate GraphQLInputObjectField
SchemaGeneratorDirectiveHelper. onInputObjectField(GraphQLInputObjectField element, SchemaGeneratorDirectiveHelper.Parameters params)
Methods in graphql.schema.idl with parameters of type GraphQLInputObjectField Modifier and Type Method Description private GraphQLInputObjectField
SchemaGeneratorDirectiveHelper. onInputObjectField(GraphQLInputObjectField element, SchemaGeneratorDirectiveHelper.Parameters params)
Method parameters in graphql.schema.idl with type arguments of type GraphQLInputObjectField Modifier and Type Method Description default GraphQLInputObjectField
SchemaDirectiveWiring. onInputObjectField(SchemaDirectiveWiringEnvironment<GraphQLInputObjectField> environment)
This is called when an input object field is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL element -
Uses of GraphQLInputObjectField in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLInputObjectField Modifier and Type Method Description TraversalControl
GraphQLTypeCollectingVisitor. visitGraphQLInputObjectField(GraphQLInputObjectField node, TraverserContext<GraphQLSchemaElement> context)
TraversalControl
MultiReadOnlyGraphQLTypeVisitor. visitGraphQLInputObjectField(GraphQLInputObjectField node, TraverserContext<GraphQLSchemaElement> context)
-
Uses of GraphQLInputObjectField in graphql.schema.transform
Methods in graphql.schema.transform with parameters of type GraphQLInputObjectField Modifier and Type Method Description TraversalControl
FieldVisibilitySchemaTransformation.FieldRemovalVisitor. visitGraphQLInputObjectField(GraphQLInputObjectField definition, TraverserContext<GraphQLSchemaElement> context)
-
Uses of GraphQLInputObjectField in graphql.schema.validation
Methods in graphql.schema.validation with parameters of type GraphQLInputObjectField Modifier and Type Method Description private void
TypeAndFieldRule. validateInputFieldDefinition(java.lang.String typeName, GraphQLInputObjectField inputObjectField, SchemaValidationErrorCollector errorCollector)
TraversalControl
DefaultValuesAreValid. visitGraphQLInputObjectField(GraphQLInputObjectField inputObjectField, TraverserContext<GraphQLSchemaElement> context)
TraversalControl
InputAndOutputTypesUsedAppropriately. visitGraphQLInputObjectField(GraphQLInputObjectField fieldDef, TraverserContext<GraphQLSchemaElement> context)
TraversalControl
OneOfInputObjectRules. visitGraphQLInputObjectField(GraphQLInputObjectField inputObjectField, TraverserContext<GraphQLSchemaElement> context)
-
Uses of GraphQLInputObjectField in graphql.schema.visibility
Methods in graphql.schema.visibility that return GraphQLInputObjectField Modifier and Type Method Description GraphQLInputObjectField
BlockedFields. getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer, java.lang.String fieldName)
GraphQLInputObjectField
DefaultGraphqlFieldVisibility. getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer, java.lang.String fieldName)
default GraphQLInputObjectField
GraphqlFieldVisibility. getFieldDefinition(GraphQLInputFieldsContainer fieldsContainer, java.lang.String fieldName)
Called to get a named field from an input object typeMethods in graphql.schema.visibility that return types with arguments of type GraphQLInputObjectField Modifier and Type Method Description java.util.List<GraphQLInputObjectField>
BlockedFields. getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer)
java.util.List<GraphQLInputObjectField>
DefaultGraphqlFieldVisibility. getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer)
default java.util.List<GraphQLInputObjectField>
GraphqlFieldVisibility. getFieldDefinitions(GraphQLInputFieldsContainer fieldsContainer)
Called to get the list of fields from an input object type -
Uses of GraphQLInputObjectField in graphql.schema.visitor
Methods in graphql.schema.visitor with parameters of type GraphQLInputObjectField Modifier and Type Method Description TraversalControl
GraphQLSchemaVisitorAdapter. visitGraphQLInputObjectField(GraphQLInputObjectField node, TraverserContext<GraphQLSchemaElement> context)
default GraphQLSchemaTraversalControl
GraphQLSchemaVisitor. visitInputObjectField(GraphQLInputObjectField inputObjectField, GraphQLSchemaVisitor.InputObjectFieldVisitorEnvironment environment)
Called when visiting aGraphQLInputObjectField
in the schema
-