Uses of Class
graphql.language.ObjectField
Packages that use ObjectField
-
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.language
Subclasses with type arguments of type ObjectField in graphql.languageClasses in graphql.language that implement interfaces with type arguments of type ObjectFieldMethods 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 ObjectFieldMethods 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) Constructor parameters in graphql.language with type arguments of type ObjectFieldModifierConstructorDescriptionObjectValue(List<ObjectField> objectFields) alternative to using a Builder for convenienceprotectedObjectValue(List<ObjectField> objectFields, SourceLocation sourceLocation, List<Comment> comments, IgnoredChars ignoredChars, Map<String, String> additionalData) -
Uses of ObjectField in graphql.validation
Methods in graphql.validation with parameters of type ObjectFieldModifier and TypeMethodDescriptionprotected voidArgumentValidationUtil.handleExtraFieldError(Value<?> value, GraphQLInputObjectType type, ObjectField objectField) protected voidValidationUtil.handleExtraFieldError(Value<?> value, GraphQLInputObjectType type, ObjectField objectField) protected voidArgumentValidationUtil.handleFieldNotValidError(ObjectField objectField, GraphQLInputObjectType type) protected voidValidationUtil.handleFieldNotValidError(ObjectField objectField, GraphQLInputObjectType type)