Uses of Class
graphql.language.ObjectField
Packages that use ObjectField
Package
Description
-
Uses of ObjectField in graphql.analysis
Methods in graphql.analysis with parameters of type ObjectFieldModifier and TypeMethodDescriptionNodeVisitorWithTypeTracking.visitObjectField
(ObjectField node, TraverserContext<Node> context) -
Uses of ObjectField in graphql.execution
Methods in graphql.execution that return types with arguments of type ObjectFieldModifier and TypeMethodDescriptionprivate static Map
<String, ObjectField> ValuesResolverConversion.mapObjectValueFieldsByName
(ObjectValue inputValue) -
Uses of ObjectField in graphql.language
Fields in graphql.language with type parameters of type ObjectFieldModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList
<ObjectField> ObjectValue.Builder.objectFields
private final com.google.common.collect.ImmutableList
<ObjectField> ObjectValue.objectFields
Methods in graphql.language that return ObjectFieldModifier and TypeMethodDescriptionObjectField.Builder.build()
ObjectField.deepCopy()
ObjectField.transform
(Consumer<ObjectField.Builder> builderConsumer) ObjectField.withNewChildren
(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type ObjectFieldModifier and TypeMethodDescriptionObjectValue.getObjectFields()
private AstPrinter.NodePrinter
<ObjectField> AstPrinter.objectField()
Methods in graphql.language with parameters of type ObjectFieldModifier and TypeMethodDescriptionObjectValue.Builder.objectField
(ObjectField objectField) NodeVisitor.visitObjectField
(ObjectField node, TraverserContext<Node> data) NodeVisitorStub.visitObjectField
(ObjectField node, TraverserContext<Node> context) Method parameters in graphql.language with type arguments of type ObjectFieldModifier and TypeMethodDescriptionObjectValue.Builder.objectFields
(List<ObjectField> objectFields) Constructors in graphql.language with parameters of type ObjectFieldConstructor parameters in graphql.language with type arguments of type ObjectFieldModifierConstructorDescriptionObjectValue
(List<ObjectField> objectFields) alternative to using a Builder for convenienceprotected
ObjectValue
(List<ObjectField> objectFields, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) -
Uses of ObjectField in graphql.schema.idl
Methods in graphql.schema.idl with parameters of type ObjectFieldModifier and TypeMethodDescriptionprivate void
ArgValueOfAllowedTypeChecker.checkArgInputObjectValueFieldMatchesAllowedDefinition
(List<GraphQLError> errors, ObjectField objectField, InputValueDefinition allowedValueDef) -
Uses of ObjectField in graphql.validation
Methods in graphql.validation that return types with arguments of type ObjectFieldModifier and TypeMethodDescriptionprivate Map
<String, ObjectField> ValidationUtil.fieldMap
(ObjectValue objectValue) Methods in graphql.validation with parameters of type ObjectFieldModifier and TypeMethodDescriptionprivate void
TraversalContext.enterImpl
(ObjectField objectField) protected void
ArgumentValidationUtil.handleExtraFieldError
(Value<?> value, GraphQLInputObjectType type, ObjectField objectField) protected void
ValidationUtil.handleExtraFieldError
(Value<?> value, GraphQLInputObjectType type, ObjectField objectField) protected void
ArgumentValidationUtil.handleFieldNotValidError
(ObjectField objectField, GraphQLInputObjectType type) protected void
ValidationUtil.handleFieldNotValidError
(ObjectField objectField, GraphQLInputObjectType type) Method parameters in graphql.validation with type arguments of type ObjectFieldModifier and TypeMethodDescriptionValidationUtil.getMissingFields
(GraphQLInputObjectType type, Map<String, ObjectField> objectFieldMap, GraphqlFieldVisibility fieldVisibility)