Uses of Class
graphql.language.FieldDefinition
Packages that use FieldDefinition
Package
Description
-
Uses of FieldDefinition in graphql.introspection
Methods in graphql.introspection that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionprivate List
<FieldDefinition> IntrospectionResultToSchema.createFields
(List<Map<String, Object>> fields) -
Uses of FieldDefinition in graphql.language
Fields in graphql.language with type parameters of type FieldDefinitionModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList
<FieldDefinition> InterfaceTypeDefinition.Builder.definitions
private final com.google.common.collect.ImmutableList
<FieldDefinition> InterfaceTypeDefinition.definitions
private com.google.common.collect.ImmutableList
<FieldDefinition> InterfaceTypeExtensionDefinition.Builder.definitions
private com.google.common.collect.ImmutableList
<FieldDefinition> ObjectTypeDefinition.Builder.fieldDefinitions
private final com.google.common.collect.ImmutableList
<FieldDefinition> ObjectTypeDefinition.fieldDefinitions
private com.google.common.collect.ImmutableList
<FieldDefinition> ObjectTypeExtensionDefinition.Builder.fieldDefinitions
Methods in graphql.language that return FieldDefinitionModifier and TypeMethodDescriptionFieldDefinition.Builder.build()
FieldDefinition.deepCopy()
FieldDefinition.transform
(Consumer<FieldDefinition.Builder> builderConsumer) FieldDefinition.withNewChildren
(NodeChildrenContainer newChildren) Methods in graphql.language that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionprivate AstPrinter.NodePrinter
<FieldDefinition> AstPrinter.fieldDefinition()
private AstPrinter.NodePrinter
<FieldDefinition> PrettyAstPrinter.fieldDefinition()
ImplementingTypeDefinition.getFieldDefinitions()
InterfaceTypeDefinition.getFieldDefinitions()
ObjectTypeDefinition.getFieldDefinitions()
Methods in graphql.language with parameters of type FieldDefinitionModifier and TypeMethodDescriptionInterfaceTypeDefinition.Builder.definition
(FieldDefinition definition) InterfaceTypeExtensionDefinition.Builder.definition
(FieldDefinition definition) ObjectTypeDefinition.Builder.fieldDefinition
(FieldDefinition fieldDefinition) ObjectTypeExtensionDefinition.Builder.fieldDefinition
(FieldDefinition fieldDefinition) NodeVisitor.visitFieldDefinition
(FieldDefinition node, TraverserContext<Node> data) NodeVisitorStub.visitFieldDefinition
(FieldDefinition node, TraverserContext<Node> context) Method parameters in graphql.language with type arguments of type FieldDefinitionModifier and TypeMethodDescriptionInterfaceTypeDefinition.Builder.definitions
(List<FieldDefinition> definitions) InterfaceTypeExtensionDefinition.Builder.definitions
(List<FieldDefinition> definitions) ObjectTypeDefinition.Builder.fieldDefinitions
(List<FieldDefinition> fieldDefinitions) ObjectTypeExtensionDefinition.Builder.fieldDefinitions
(List<FieldDefinition> fieldDefinitions) Constructors in graphql.language with parameters of type FieldDefinition -
Uses of FieldDefinition in graphql.parser
Methods in graphql.parser that return FieldDefinitionModifier and TypeMethodDescriptionprotected FieldDefinition
GraphqlAntlrToLanguage.createFieldDefinition
(GraphqlParser.FieldDefinitionContext ctx) Methods in graphql.parser that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionprotected List
<FieldDefinition> GraphqlAntlrToLanguage.createFieldDefinitions
(GraphqlParser.ExtensionFieldsDefinitionContext ctx) protected List
<FieldDefinition> GraphqlAntlrToLanguage.createFieldDefinitions
(GraphqlParser.FieldsDefinitionContext ctx) -
Uses of FieldDefinition in graphql.schema
Fields in graphql.schema declared as FieldDefinitionModifier and TypeFieldDescriptionprivate FieldDefinition
GraphQLFieldDefinition.Builder.definition
private final FieldDefinition
GraphQLFieldDefinition.definition
Methods in graphql.schema that return FieldDefinitionMethods in graphql.schema with parameters of type FieldDefinitionModifier and TypeMethodDescriptionGraphQLFieldDefinition.Builder.definition
(FieldDefinition definition) Constructors in graphql.schema with parameters of type FieldDefinitionModifierConstructorDescriptionprivate
GraphQLFieldDefinition
(String name, String description, GraphQLOutputType type, DataFetcherFactory dataFetcherFactory, List<GraphQLArgument> arguments, String deprecationReason, List<GraphQLDirective> directives, List<GraphQLAppliedDirective> appliedDirectives, FieldDefinition definition) -
Uses of FieldDefinition in graphql.schema.diff
Methods in graphql.schema.diff with parameters of type FieldDefinitionModifier and TypeMethodDescriptionprivate void
SchemaDiff.checkField
(DiffCtx ctx, TypeDefinition old, FieldDefinition oldField, FieldDefinition newField) private void
SchemaDiff.checkFieldArg
(DiffCtx ctx, TypeDefinition oldDef, FieldDefinition oldField, InputValueDefinition oldArg, InputValueDefinition newArg) private void
SchemaDiff.checkFieldArguments
(DiffCtx ctx, TypeDefinition oldDef, FieldDefinition oldField, List<InputValueDefinition> oldInputValueDefinitions, List<InputValueDefinition> newInputValueDefinitions) Method parameters in graphql.schema.diff with type arguments of type FieldDefinitionModifier and TypeMethodDescriptionprivate void
SchemaDiff.checkFieldAdditions
(DiffCtx ctx, TypeDefinition newDef, Map<String, FieldDefinition> oldFields, Map<String, FieldDefinition> newFields) private void
SchemaDiff.checkFieldRemovals
(DiffCtx ctx, TypeDefinition oldDef, Map<String, FieldDefinition> oldFields, Map<String, FieldDefinition> newFields) private void
SchemaDiff.checkFields
(DiffCtx ctx, TypeDefinition oldDef, Map<String, FieldDefinition> oldFields, TypeDefinition newDef, Map<String, FieldDefinition> newFields) -
Uses of FieldDefinition in graphql.schema.idl
Fields in graphql.schema.idl declared as FieldDefinitionModifier and TypeFieldDescriptionprivate final FieldDefinition
FieldWiringEnvironment.fieldDefinition
Methods in graphql.schema.idl that return FieldDefinitionMethods in graphql.schema.idl that return types with arguments of type FieldDefinitionModifier and TypeMethodDescriptionprivate Set
<FieldDefinition> ImplementingTypesChecker.getLogicallyDeclaredFields
(ImplementingTypeDefinition type, TypeDefinitionRegistry typeRegistry) Methods in graphql.schema.idl with parameters of type FieldDefinitionModifier and TypeMethodDescriptionprivate DataFetcherFactory
<?> SchemaGeneratorHelper.buildDataFetcherFactory
(SchemaGeneratorHelper.BuildContext buildCtx, TypeDefinition<?> parentType, FieldDefinition fieldDef, GraphQLOutputType fieldType, List<GraphQLDirective> directives, List<GraphQLAppliedDirective> appliedDirectives) (package private) GraphQLFieldDefinition
SchemaGeneratorHelper.buildField
(SchemaGeneratorHelper.BuildContext buildCtx, TypeDefinition<?> parentType, FieldDefinition fieldDef) private void
ImplementingTypesChecker.checkArgumentConsistency
(String typeOfType, ImplementingTypeDefinition objectTypeDef, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef, FieldDefinition interfaceFieldDef, List<GraphQLError> errors) Constructors in graphql.schema.idl with parameters of type FieldDefinitionModifierConstructorDescription(package private)
FieldWiringEnvironment
(TypeDefinitionRegistry registry, TypeDefinition parentType, FieldDefinition fieldDefinition, GraphQLOutputType fieldType, List<GraphQLDirective> directives, List<GraphQLAppliedDirective> appliedDirectives) -
Uses of FieldDefinition in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type FieldDefinitionModifierConstructorDescriptionInterfaceFieldArgumentNotOptionalError
(String typeOfType, ImplementingTypeDefinition typeDefinition, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef, String objectArgStr) InterfaceFieldArgumentRedefinitionError
(String typeOfType, ImplementingTypeDefinition typeDefinition, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef, String objectArgStr, String interfaceArgStr) InterfaceFieldRedefinitionError
(String typeOfType, ImplementingTypeDefinition typeDefinition, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef, String objectFieldType, String interfaceFieldType) MissingInterfaceFieldArgumentsError
(String typeOfType, ImplementingTypeDefinition typeDefinition, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef) MissingInterfaceFieldError
(String typeOfType, ImplementingTypeDefinition objectType, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition interfaceFieldDef) NonUniqueArgumentError
(TypeDefinition typeDefinition, FieldDefinition fieldDefinition, String argumentName) NonUniqueDirectiveError
(TypeDefinition typeDefinition, FieldDefinition fieldDefinition, String directiveName) NonUniqueNameError
(TypeDefinition typeDefinition, FieldDefinition fieldDefinition) TypeExtensionFieldRedefinitionError
(TypeDefinition typeDefinition, FieldDefinition fieldDefinition)