Uses of Class
graphql.language.FieldDefinition
-
Packages that use FieldDefinition Package Description graphql.introspection graphql.language graphql.parser graphql.schema graphql.schema.diff graphql.schema.idl graphql.schema.idl.errors -
-
Uses of FieldDefinition in graphql.introspection
Methods in graphql.introspection that return types with arguments of type FieldDefinition Modifier and Type Method Description private java.util.List<FieldDefinition>IntrospectionResultToSchema. createFields(java.util.List<java.util.Map<java.lang.String,java.lang.Object>> fields) -
Uses of FieldDefinition in graphql.language
Fields in graphql.language with type parameters of type FieldDefinition Modifier and Type Field Description private com.google.common.collect.ImmutableList<FieldDefinition>InterfaceTypeDefinition.Builder. definitionsprivate com.google.common.collect.ImmutableList<FieldDefinition>InterfaceTypeDefinition. definitionsprivate com.google.common.collect.ImmutableList<FieldDefinition>InterfaceTypeExtensionDefinition.Builder. definitionsprivate com.google.common.collect.ImmutableList<FieldDefinition>ObjectTypeDefinition.Builder. fieldDefinitionsprivate com.google.common.collect.ImmutableList<FieldDefinition>ObjectTypeDefinition. fieldDefinitionsprivate com.google.common.collect.ImmutableList<FieldDefinition>ObjectTypeExtensionDefinition.Builder. fieldDefinitionsMethods in graphql.language that return FieldDefinition Modifier and Type Method Description FieldDefinitionFieldDefinition.Builder. build()FieldDefinitionFieldDefinition. deepCopy()FieldDefinitionFieldDefinition. transform(java.util.function.Consumer<FieldDefinition.Builder> builderConsumer)FieldDefinitionFieldDefinition. withNewChildren(NodeChildrenContainer newChildren)Methods in graphql.language that return types with arguments of type FieldDefinition Modifier and Type Method Description private AstPrinter.NodePrinter<FieldDefinition>AstPrinter. fieldDefinition()private AstPrinter.NodePrinter<FieldDefinition>PrettyAstPrinter. fieldDefinition()java.util.List<FieldDefinition>ImplementingTypeDefinition. getFieldDefinitions()java.util.List<FieldDefinition>InterfaceTypeDefinition. getFieldDefinitions()java.util.List<FieldDefinition>ObjectTypeDefinition. getFieldDefinitions()Methods in graphql.language with parameters of type FieldDefinition Modifier and Type Method Description InterfaceTypeDefinition.BuilderInterfaceTypeDefinition.Builder. definition(FieldDefinition definition)InterfaceTypeExtensionDefinition.BuilderInterfaceTypeExtensionDefinition.Builder. definition(FieldDefinition definition)ObjectTypeDefinition.BuilderObjectTypeDefinition.Builder. fieldDefinition(FieldDefinition fieldDefinition)ObjectTypeExtensionDefinition.BuilderObjectTypeExtensionDefinition.Builder. fieldDefinition(FieldDefinition fieldDefinition)TraversalControlNodeVisitor. visitFieldDefinition(FieldDefinition node, TraverserContext<Node> data)TraversalControlNodeVisitorStub. visitFieldDefinition(FieldDefinition node, TraverserContext<Node> context)Method parameters in graphql.language with type arguments of type FieldDefinition Modifier and Type Method Description InterfaceTypeDefinition.BuilderInterfaceTypeDefinition.Builder. definitions(java.util.List<FieldDefinition> definitions)InterfaceTypeExtensionDefinition.BuilderInterfaceTypeExtensionDefinition.Builder. definitions(java.util.List<FieldDefinition> definitions)ObjectTypeDefinition.BuilderObjectTypeDefinition.Builder. fieldDefinitions(java.util.List<FieldDefinition> fieldDefinitions)ObjectTypeExtensionDefinition.BuilderObjectTypeExtensionDefinition.Builder. fieldDefinitions(java.util.List<FieldDefinition> fieldDefinitions)Constructors in graphql.language with parameters of type FieldDefinition Constructor Description Builder(FieldDefinition existing) -
Uses of FieldDefinition in graphql.parser
Methods in graphql.parser that return FieldDefinition Modifier and Type Method Description protected FieldDefinitionGraphqlAntlrToLanguage. createFieldDefinition(GraphqlParser.FieldDefinitionContext ctx)Methods in graphql.parser that return types with arguments of type FieldDefinition Modifier and Type Method Description protected java.util.List<FieldDefinition>GraphqlAntlrToLanguage. createFieldDefinitions(GraphqlParser.ExtensionFieldsDefinitionContext ctx)protected java.util.List<FieldDefinition>GraphqlAntlrToLanguage. createFieldDefinitions(GraphqlParser.FieldsDefinitionContext ctx) -
Uses of FieldDefinition in graphql.schema
Fields in graphql.schema declared as FieldDefinition Modifier and Type Field Description private FieldDefinitionGraphQLFieldDefinition.Builder. definitionprivate FieldDefinitionGraphQLFieldDefinition. definitionMethods in graphql.schema that return FieldDefinition Modifier and Type Method Description FieldDefinitionGraphQLFieldDefinition. getDefinition()Methods in graphql.schema with parameters of type FieldDefinition Modifier and Type Method Description GraphQLFieldDefinition.BuilderGraphQLFieldDefinition.Builder. definition(FieldDefinition definition)Constructors in graphql.schema with parameters of type FieldDefinition Constructor Description GraphQLFieldDefinition(java.lang.String name, java.lang.String description, GraphQLOutputType type, DataFetcherFactory dataFetcherFactory, java.util.List<GraphQLArgument> arguments, java.lang.String deprecationReason, java.util.List<GraphQLDirective> directives, java.util.List<GraphQLAppliedDirective> appliedDirectives, FieldDefinition definition) -
Uses of FieldDefinition in graphql.schema.diff
Methods in graphql.schema.diff with parameters of type FieldDefinition Modifier and Type Method Description private voidSchemaDiff. checkField(DiffCtx ctx, TypeDefinition old, FieldDefinition oldField, FieldDefinition newField)private voidSchemaDiff. checkFieldArg(DiffCtx ctx, TypeDefinition oldDef, FieldDefinition oldField, InputValueDefinition oldArg, InputValueDefinition newArg)private voidSchemaDiff. checkFieldArguments(DiffCtx ctx, TypeDefinition oldDef, FieldDefinition oldField, java.util.List<InputValueDefinition> oldInputValueDefinitions, java.util.List<InputValueDefinition> newInputValueDefinitions)Method parameters in graphql.schema.diff with type arguments of type FieldDefinition Modifier and Type Method Description private voidSchemaDiff. checkFieldAdditions(DiffCtx ctx, TypeDefinition newDef, java.util.Map<java.lang.String,FieldDefinition> oldFields, java.util.Map<java.lang.String,FieldDefinition> newFields)private voidSchemaDiff. checkFieldRemovals(DiffCtx ctx, TypeDefinition oldDef, java.util.Map<java.lang.String,FieldDefinition> oldFields, java.util.Map<java.lang.String,FieldDefinition> newFields)private voidSchemaDiff. checkFields(DiffCtx ctx, TypeDefinition oldDef, java.util.Map<java.lang.String,FieldDefinition> oldFields, TypeDefinition newDef, java.util.Map<java.lang.String,FieldDefinition> newFields) -
Uses of FieldDefinition in graphql.schema.idl
Fields in graphql.schema.idl declared as FieldDefinition Modifier and Type Field Description private FieldDefinitionFieldWiringEnvironment. fieldDefinitionMethods in graphql.schema.idl that return FieldDefinition Modifier and Type Method Description FieldDefinitionFieldWiringEnvironment. getFieldDefinition()Methods in graphql.schema.idl that return types with arguments of type FieldDefinition Modifier and Type Method Description private java.util.Set<FieldDefinition>ImplementingTypesChecker. getLogicallyDeclaredFields(ImplementingTypeDefinition type, TypeDefinitionRegistry typeRegistry)Methods in graphql.schema.idl with parameters of type FieldDefinition Modifier and Type Method Description private DataFetcherFactory<?>SchemaGeneratorHelper. buildDataFetcherFactory(SchemaGeneratorHelper.BuildContext buildCtx, TypeDefinition<?> parentType, FieldDefinition fieldDef, GraphQLOutputType fieldType, java.util.List<GraphQLDirective> directives, java.util.List<GraphQLAppliedDirective> appliedDirectives)(package private) GraphQLFieldDefinitionSchemaGeneratorHelper. buildField(SchemaGeneratorHelper.BuildContext buildCtx, TypeDefinition<?> parentType, FieldDefinition fieldDef)private voidImplementingTypesChecker. checkArgumentConsistency(java.lang.String typeOfType, ImplementingTypeDefinition objectTypeDef, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef, FieldDefinition interfaceFieldDef, java.util.List<GraphQLError> errors)Constructors in graphql.schema.idl with parameters of type FieldDefinition Constructor Description FieldWiringEnvironment(TypeDefinitionRegistry registry, TypeDefinition parentType, FieldDefinition fieldDefinition, GraphQLOutputType fieldType, java.util.List<GraphQLDirective> directives, java.util.List<GraphQLAppliedDirective> appliedDirectives) -
Uses of FieldDefinition in graphql.schema.idl.errors
Constructors in graphql.schema.idl.errors with parameters of type FieldDefinition Constructor Description InterfaceFieldArgumentNotOptionalError(java.lang.String typeOfType, ImplementingTypeDefinition typeDefinition, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef, java.lang.String objectArgStr)InterfaceFieldArgumentRedefinitionError(java.lang.String typeOfType, ImplementingTypeDefinition typeDefinition, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef, java.lang.String objectArgStr, java.lang.String interfaceArgStr)InterfaceFieldRedefinitionError(java.lang.String typeOfType, ImplementingTypeDefinition typeDefinition, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef, java.lang.String objectFieldType, java.lang.String interfaceFieldType)MissingInterfaceFieldArgumentsError(java.lang.String typeOfType, ImplementingTypeDefinition typeDefinition, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition objectFieldDef)MissingInterfaceFieldError(java.lang.String typeOfType, ImplementingTypeDefinition objectType, InterfaceTypeDefinition interfaceTypeDef, FieldDefinition interfaceFieldDef)NonUniqueArgumentError(TypeDefinition typeDefinition, FieldDefinition fieldDefinition, java.lang.String argumentName)NonUniqueDirectiveError(TypeDefinition typeDefinition, FieldDefinition fieldDefinition, java.lang.String directiveName)NonUniqueNameError(TypeDefinition typeDefinition, FieldDefinition fieldDefinition)TypeExtensionFieldRedefinitionError(TypeDefinition typeDefinition, FieldDefinition fieldDefinition)
-