Uses of Class
graphql.schema.GraphQLFieldDefinition
-
-
Uses of GraphQLFieldDefinition in graphql.analysis
Fields in graphql.analysis declared as GraphQLFieldDefinition Modifier and Type Field Description private GraphQLFieldDefinitionFieldComplexityEnvironment. fieldDefinitionprivate GraphQLFieldDefinitionQueryVisitorFieldArgumentEnvironmentImpl. fieldDefinitionprivate GraphQLFieldDefinitionQueryVisitorFieldArgumentValueEnvironmentImpl. fieldDefinitionprivate GraphQLFieldDefinitionQueryVisitorFieldEnvironmentImpl. fieldDefinitionMethods in graphql.analysis that return GraphQLFieldDefinition Modifier and Type Method Description GraphQLFieldDefinitionFieldComplexityEnvironment. getFieldDefinition()GraphQLFieldDefinitionQueryVisitorFieldArgumentEnvironment. getFieldDefinition()GraphQLFieldDefinitionQueryVisitorFieldArgumentEnvironmentImpl. getFieldDefinition()GraphQLFieldDefinitionQueryVisitorFieldArgumentValueEnvironment. getFieldDefinition()GraphQLFieldDefinitionQueryVisitorFieldArgumentValueEnvironmentImpl. getFieldDefinition()GraphQLFieldDefinitionQueryVisitorFieldEnvironment. getFieldDefinition()GraphQLFieldDefinitionQueryVisitorFieldEnvironmentImpl. getFieldDefinition()Constructors in graphql.analysis with parameters of type GraphQLFieldDefinition Constructor Description FieldComplexityEnvironment(Field field, GraphQLFieldDefinition fieldDefinition, GraphQLCompositeType parentType, java.util.Map<java.lang.String,java.lang.Object> arguments, FieldComplexityEnvironment parentEnvironment)QueryVisitorFieldArgumentEnvironmentImpl(GraphQLFieldDefinition fieldDefinition, Argument argument, GraphQLArgument graphQLArgument, java.lang.Object argumentValue, java.util.Map<java.lang.String,java.lang.Object> variables, QueryVisitorFieldEnvironment parentEnvironment, TraverserContext<Node> traverserContext, GraphQLSchema schema)QueryVisitorFieldArgumentValueEnvironmentImpl(GraphQLSchema schema, GraphQLFieldDefinition fieldDefinition, GraphQLArgument graphQLArgument, QueryVisitorFieldArgumentInputValue argumentInputValue, TraverserContext<Node> traverserContext, java.util.Map<java.lang.String,java.lang.Object> variables)QueryVisitorFieldEnvironmentImpl(boolean typeNameIntrospectionField, Field field, GraphQLFieldDefinition fieldDefinition, GraphQLOutputType parentType, GraphQLFieldsContainer unmodifiedParentType, QueryVisitorFieldEnvironment parentEnvironment, java.util.Map<java.lang.String,java.lang.Object> arguments, SelectionSetContainer selectionSetContainer, TraverserContext<Node> traverserContext, GraphQLSchema schema) -
Uses of GraphQLFieldDefinition in graphql.analysis.values
Methods in graphql.analysis.values with parameters of type GraphQLFieldDefinition Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>ValueTraverser. visitPreOrder(java.util.Map<java.lang.String,java.lang.Object> coercedArgumentValues, GraphQLFieldDefinition fieldDefinition, ValueVisitor visitor)This will visit the arguments of aGraphQLFieldDefinitionand if the visitor changes the values, it will return a new set of arguments -
Uses of GraphQLFieldDefinition in graphql.execution
Fields in graphql.execution declared as GraphQLFieldDefinition Modifier and Type Field Description (package private) GraphQLFieldDefinitionExecutionStepInfo.Builder. fieldDefinitionprivate GraphQLFieldDefinitionExecutionStepInfo. fieldDefinitionMethods in graphql.execution that return GraphQLFieldDefinition Modifier and Type Method Description protected GraphQLFieldDefinitionExecutionStrategy. getFieldDef(ExecutionContext executionContext, ExecutionStrategyParameters parameters, Field field)Called to discover the field definition give the current parameters and the ASTFieldprotected GraphQLFieldDefinitionExecutionStrategy. getFieldDef(GraphQLSchema schema, GraphQLObjectType parentType, Field field)Called to discover the field definition give the current parameters and the ASTFieldGraphQLFieldDefinitionDataFetcherExceptionHandlerParameters. getFieldDefinition()GraphQLFieldDefinitionExecutionStepInfo. getFieldDefinition()This returns the field definition that is in play when this type info was created or null if the type is a root query typeMethods in graphql.execution with parameters of type GraphQLFieldDefinition Modifier and Type Method Description protected ExecutionStepInfoExecutionStrategy. createExecutionStepInfo(ExecutionContext executionContext, ExecutionStrategyParameters parameters, GraphQLFieldDefinition fieldDefinition, GraphQLObjectType fieldContainer)Builds the type info hierarchy for the current fieldprivate java.util.concurrent.CompletableFuture<FetchedValue>ExecutionStrategy. fetchField(GraphQLFieldDefinition fieldDef, ExecutionContext executionContext, ExecutionStrategyParameters parameters)ExecutionStepInfo.BuilderExecutionStepInfo.Builder. fieldDefinition(GraphQLFieldDefinition fieldDefinition)private java.util.concurrent.CompletableFuture<java.lang.Object>ExecutionStrategy. invokeDataFetcher(ExecutionContext executionContext, ExecutionStrategyParameters parameters, GraphQLFieldDefinition fieldDef, java.util.function.Supplier<DataFetchingEnvironment> dataFetchingEnvironment, DataFetcher<?> dataFetcher) -
Uses of GraphQLFieldDefinition in graphql.execution.instrumentation.fieldvalidation
Methods in graphql.execution.instrumentation.fieldvalidation that return GraphQLFieldDefinition Modifier and Type Method Description GraphQLFieldDefinitionFieldAndArguments. getFieldDefinition()GraphQLFieldDefinitionFieldValidationSupport.FieldAndArgumentsImpl. getFieldDefinition() -
Uses of GraphQLFieldDefinition in graphql.execution.instrumentation.parameters
Methods in graphql.execution.instrumentation.parameters that return GraphQLFieldDefinition Modifier and Type Method Description GraphQLFieldDefinitionInstrumentationFieldCompleteParameters. getField()GraphQLFieldDefinitionInstrumentationFieldParameters. getField() -
Uses of GraphQLFieldDefinition in graphql.introspection
Fields in graphql.introspection declared as GraphQLFieldDefinition Modifier and Type Field Description static GraphQLFieldDefinitionIntrospection. SchemaMetaFieldDefstatic GraphQLFieldDefinitionIntrospection. TypeMetaFieldDefstatic GraphQLFieldDefinitionIntrospection. TypeNameMetaFieldDefMethods in graphql.introspection that return GraphQLFieldDefinition Modifier and Type Method Description static GraphQLFieldDefinitionIntrospection. buildSchemaField(GraphQLObjectType introspectionSchemaType)static GraphQLFieldDefinitionIntrospection. buildTypeField(GraphQLObjectType introspectionSchemaType)static GraphQLFieldDefinitionIntrospection. getFieldDef(GraphQLSchema schema, GraphQLCompositeType parentType, java.lang.String fieldName)This will look up a field definition by name, and understand that fields like __typename and __schema are special and take precedence in field resolution -
Uses of GraphQLFieldDefinition in graphql.normalized
Methods in graphql.normalized that return GraphQLFieldDefinition Modifier and Type Method Description private static @NotNull GraphQLFieldDefinitionExecutableNormalizedOperationToAstCompiler. getFieldDefinition(GraphQLSchema schema, java.lang.String parentType, ExecutableNormalizedField nf)private GraphQLFieldDefinitionExecutableNormalizedField. getOneFieldDefinition(GraphQLSchema schema)This is NOT public as it is not recommended usage.private static GraphQLFieldDefinitionExecutableNormalizedField. resolveIntrospectionField(GraphQLSchema schema, java.util.Set<java.lang.String> objectTypeNames, java.lang.String fieldName)Methods in graphql.normalized that return types with arguments of type GraphQLFieldDefinition Modifier and Type Method Description java.util.List<GraphQLFieldDefinition>ExecutableNormalizedField. getFieldDefinitions(GraphQLSchema schema)Method parameters in graphql.normalized with type arguments of type GraphQLFieldDefinition Modifier and Type Method Description voidExecutableNormalizedField. forEachFieldDefinition(GraphQLSchema schema, java.util.function.Consumer<GraphQLFieldDefinition> consumer)private com.google.common.collect.ImmutableSet<GraphQLObjectType>ExecutableNormalizedOperationFactory. resolvePossibleObjects(java.util.List<GraphQLFieldDefinition> defs, GraphQLSchema graphQLSchema) -
Uses of GraphQLFieldDefinition in graphql.relay
Methods in graphql.relay that return GraphQLFieldDefinition Modifier and Type Method Description GraphQLFieldDefinitionRelay. mutation(java.lang.String name, java.lang.String fieldName, java.util.List<GraphQLInputObjectField> inputFields, java.util.List<GraphQLFieldDefinition> outputFields, DataFetcher dataFetcher)GraphQLFieldDefinitionRelay. mutationWithClientMutationId(java.lang.String name, java.lang.String fieldName, java.util.List<GraphQLInputObjectField> inputFields, java.util.List<GraphQLFieldDefinition> outputFields, DataFetcher dataFetcher)GraphQLFieldDefinitionRelay. nodeField(GraphQLInterfaceType nodeInterface, DataFetcher nodeDataFetcher)Method parameters in graphql.relay with type arguments of type GraphQLFieldDefinition Modifier and Type Method Description GraphQLObjectTypeRelay. connectionType(java.lang.String name, GraphQLObjectType edgeType, java.util.List<GraphQLFieldDefinition> connectionFields)GraphQLObjectTypeRelay. edgeType(java.lang.String name, GraphQLOutputType nodeType, GraphQLInterfaceType nodeInterface, java.util.List<GraphQLFieldDefinition> edgeFields) -
Uses of GraphQLFieldDefinition in graphql.schema
Fields in graphql.schema declared as GraphQLFieldDefinition Modifier and Type Field Description private GraphQLFieldDefinitionGraphQLSchema. __typename(package private) GraphQLFieldDefinitionDataFetcherFactoryEnvironment.Builder. fieldDefinitionprivate GraphQLFieldDefinitionDataFetcherFactoryEnvironment. fieldDefinitionprivate GraphQLFieldDefinitionDataFetchingEnvironmentImpl.Builder. fieldDefinitionprivate GraphQLFieldDefinitionDataFetchingEnvironmentImpl. fieldDefinitionprivate GraphQLFieldDefinitionGraphQLSchema. introspectionSchemaFieldprivate GraphQLFieldDefinitionGraphQLSchema. introspectionTypeFieldFields in graphql.schema with type parameters of type GraphQLFieldDefinition Modifier and Type Field Description private java.util.Map<java.lang.String,GraphQLFieldDefinition>GraphQLInterfaceType. fieldDefinitionsByNameprivate com.google.common.collect.ImmutableMap<java.lang.String,GraphQLFieldDefinition>GraphQLObjectType. fieldDefinitionsByNameprivate java.util.Map<java.lang.String,GraphQLFieldDefinition>GraphQLInterfaceType.Builder. fieldsprivate java.util.Map<java.lang.String,GraphQLFieldDefinition>GraphQLObjectType.Builder. fieldsMethods in graphql.schema that return GraphQLFieldDefinition Modifier and Type Method Description GraphQLFieldDefinitionGraphQLFieldDefinition.Builder. build()default GraphQLFieldDefinitionGraphQLFieldsContainer. getField(java.lang.String name)GraphQLFieldDefinitionDataFetcherFactoryEnvironment. getFieldDefinition()GraphQLFieldDefinitionDataFetchingEnvironment. getFieldDefinition()GraphQLFieldDefinitionDataFetchingEnvironmentImpl. getFieldDefinition()GraphQLFieldDefinitionDelegatingDataFetchingEnvironment. getFieldDefinition()GraphQLFieldDefinitionGraphQLFieldsContainer. getFieldDefinition(java.lang.String name)GraphQLFieldDefinitionGraphQLInterfaceType. getFieldDefinition(java.lang.String name)GraphQLFieldDefinitionGraphQLObjectType. getFieldDefinition(java.lang.String name)GraphQLFieldDefinitionGraphQLSchema. getFieldDefinition(FieldCoordinates fieldCoordinates)Returns aGraphQLFieldDefinitionas the specified co-ordinates or null if it does not existGraphQLFieldDefinitionGraphQLSchema. getIntrospectionSchemaFieldDefinition()GraphQLFieldDefinitionGraphQLSchema. getIntrospectionTypeFieldDefinition()GraphQLFieldDefinitionGraphQLSchema. getIntrospectionTypenameFieldDefinition()GraphQLFieldDefinitionGraphQLFieldDefinition. transform(java.util.function.Consumer<GraphQLFieldDefinition.Builder> builderConsumer)This helps you transform the current GraphQLFieldDefinition into another one by starting a builder with all the current values and allows you to transform it how you want.Methods in graphql.schema that return types with arguments of type GraphQLFieldDefinition Modifier and Type Method Description private com.google.common.collect.ImmutableMap<java.lang.String,GraphQLFieldDefinition>GraphQLObjectType. buildDefinitionMap(java.util.List<GraphQLFieldDefinition> fieldDefinitions)java.util.List<GraphQLFieldDefinition>DataFetchingFieldSelectionSetImpl.SelectedFieldImpl. getFieldDefinitions()java.util.List<GraphQLFieldDefinition>GraphQLFieldsContainer. getFieldDefinitions()java.util.List<GraphQLFieldDefinition>GraphQLInterfaceType. getFieldDefinitions()java.util.List<GraphQLFieldDefinition>GraphQLObjectType. getFieldDefinitions()java.util.List<GraphQLFieldDefinition>SelectedField. getFieldDefinitions()default java.util.List<GraphQLFieldDefinition>GraphQLFieldsContainer. getFields()Methods in graphql.schema with parameters of type GraphQLFieldDefinition Modifier and Type Method Description static FieldCoordinatesFieldCoordinates. coordinates(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition)Creates new field coordinatesGraphQLCodeRegistry.BuilderGraphQLCodeRegistry.Builder. dataFetcher(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition, DataFetcher<?> dataFetcher)Deprecated.This is confusing becauseGraphQLInterfaceTypes cant have data fetchers.GraphQLCodeRegistry.BuilderGraphQLCodeRegistry.Builder. dataFetcher(GraphQLObjectType parentType, GraphQLFieldDefinition fieldDefinition, DataFetcher<?> dataFetcher)Sets the data fetcher for a specific field inside an object typeGraphQLInterfaceType.BuilderGraphQLInterfaceType.Builder. field(GraphQLFieldDefinition fieldDefinition)GraphQLObjectType.BuilderGraphQLObjectType.Builder. field(GraphQLFieldDefinition fieldDefinition)DataFetcherFactoryEnvironment.BuilderDataFetcherFactoryEnvironment.Builder. fieldDefinition(GraphQLFieldDefinition fieldDefinition)DataFetchingEnvironmentImpl.BuilderDataFetchingEnvironmentImpl.Builder. fieldDefinition(GraphQLFieldDefinition fieldDefinition)TLightDataFetcher. get(GraphQLFieldDefinition fieldDefinition, java.lang.Object sourceObject, java.util.function.Supplier<DataFetchingEnvironment> environmentSupplier)This is called to by the engine to get a value from the source object in a lightweight fashion.TPropertyDataFetcher. get(GraphQLFieldDefinition fieldDefinition, java.lang.Object source, java.util.function.Supplier<DataFetchingEnvironment> environmentSupplier)DataFetcher<?>GraphQLCodeRegistry.Builder. getDataFetcher(FieldCoordinates coordinates, GraphQLFieldDefinition fieldDefinition)Returns a data fetcher associated with a field located at specified coordinates.DataFetcher<?>GraphQLCodeRegistry.Builder. getDataFetcher(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition)Deprecated.This is confusing becauseGraphQLInterfaceTypes cant have data fetchers.DataFetcher<?>GraphQLCodeRegistry.Builder. getDataFetcher(GraphQLObjectType parentType, GraphQLFieldDefinition fieldDefinition)Returns a data fetcher associated with a field within an object typeDataFetcher<?>GraphQLCodeRegistry. getDataFetcher(FieldCoordinates coordinates, GraphQLFieldDefinition fieldDefinition)Returns a data fetcher associated with a field located at specified coordinates.DataFetcher<?>GraphQLCodeRegistry. getDataFetcher(GraphQLFieldsContainer parentType, GraphQLFieldDefinition fieldDefinition)Deprecated.This is confusing becauseGraphQLInterfaceTypes cant have data fetchers.DataFetcher<?>GraphQLCodeRegistry. getDataFetcher(GraphQLObjectType parentType, GraphQLFieldDefinition fieldDefinition)Returns a data fetcher associated with a field within an object typeprivate static DataFetcher<?>GraphQLCodeRegistry. getDataFetcherImpl(FieldCoordinates coordinates, GraphQLFieldDefinition fieldDefinition, java.util.Map<FieldCoordinates,DataFetcherFactory<?>> dataFetcherMap, java.util.Map<java.lang.String,DataFetcherFactory<?>> systemDataFetcherMap, DataFetcherFactory<?> defaultDataFetcherFactory)static GraphQLFieldDefinition.BuilderGraphQLFieldDefinition. newFieldDefinition(GraphQLFieldDefinition existing)TraversalControlCodeRegistryVisitor. visitGraphQLFieldDefinition(GraphQLFieldDefinition node, TraverserContext<GraphQLSchemaElement> context)TraversalControlGraphQLTypeResolvingVisitor.TypeRefResolvingVisitor. visitGraphQLFieldDefinition(GraphQLFieldDefinition node, TraverserContext<GraphQLSchemaElement> context)TraversalControlGraphQLTypeVisitor. visitGraphQLFieldDefinition(GraphQLFieldDefinition node, TraverserContext<GraphQLSchemaElement> context)TraversalControlGraphQLTypeVisitorStub. visitGraphQLFieldDefinition(GraphQLFieldDefinition node, TraverserContext<GraphQLSchemaElement> context)Method parameters in graphql.schema with type arguments of type GraphQLFieldDefinition Modifier and Type Method Description private voidGraphQLInterfaceType. buildDefinitionMap(java.util.List<GraphQLFieldDefinition> fieldDefinitions)private com.google.common.collect.ImmutableMap<java.lang.String,GraphQLFieldDefinition>GraphQLObjectType. buildDefinitionMap(java.util.List<GraphQLFieldDefinition> fieldDefinitions)GraphQLInterfaceType.BuilderGraphQLInterfaceType.Builder. fields(java.util.List<GraphQLFieldDefinition> fieldDefinitions)GraphQLObjectType.BuilderGraphQLObjectType.Builder. fields(java.util.List<GraphQLFieldDefinition> fieldDefinitions)GraphQLInterfaceType.BuilderGraphQLInterfaceType.Builder. replaceFields(java.util.List<GraphQLFieldDefinition> fieldDefinitions)GraphQLObjectType.BuilderGraphQLObjectType.Builder. replaceFields(java.util.List<GraphQLFieldDefinition> fieldDefinitions)Constructors in graphql.schema with parameters of type GraphQLFieldDefinition Constructor Description Builder(GraphQLFieldDefinition existing)DataFetcherFactoryEnvironment(GraphQLFieldDefinition fieldDefinition)Constructor parameters in graphql.schema with type arguments of type GraphQLFieldDefinition Constructor Description GraphQLInterfaceType(java.lang.String name, java.lang.String description, java.util.List<GraphQLFieldDefinition> fieldDefinitions, TypeResolver typeResolver, java.util.List<GraphQLDirective> directives, java.util.List<GraphQLAppliedDirective> appliedDirectives, InterfaceTypeDefinition definition, java.util.List<InterfaceTypeExtensionDefinition> extensionDefinitions, java.util.List<GraphQLNamedOutputType> interfaces, java.util.Comparator<? super GraphQLSchemaElement> interfaceComparator)GraphQLObjectType(java.lang.String name, java.lang.String description, java.util.List<GraphQLFieldDefinition> fieldDefinitions, java.util.List<GraphQLNamedOutputType> interfaces, java.util.List<GraphQLDirective> directives, java.util.List<GraphQLAppliedDirective> appliedDirectives, ObjectTypeDefinition definition, java.util.List<ObjectTypeExtensionDefinition> extensionDefinitions, java.util.Comparator<? super GraphQLSchemaElement> interfaceComparator) -
Uses of GraphQLFieldDefinition in graphql.schema.diffing
Methods in graphql.schema.diffing with parameters of type GraphQLFieldDefinition Modifier and Type Method Description private voidSchemaGraphFactory. handleField(Vertex fieldVertex, GraphQLFieldDefinition fieldDefinition, SchemaGraph schemaGraph, GraphQLSchema graphQLSchema)private VertexSchemaGraphFactory. newField(GraphQLFieldDefinition graphQLFieldDefinition, SchemaGraph schemaGraph, boolean isIntrospectionNode) -
Uses of GraphQLFieldDefinition in graphql.schema.idl
Fields in graphql.schema.idl declared as GraphQLFieldDefinition Modifier and Type Field Description private GraphQLFieldDefinitionSchemaDirectiveWiringEnvironmentImpl. fieldDefinitionprivate GraphQLFieldDefinitionSchemaGeneratorDirectiveHelper.Parameters. fieldDefinitionMethods in graphql.schema.idl that return GraphQLFieldDefinition Modifier and Type Method Description (package private) GraphQLFieldDefinitionSchemaGeneratorHelper. buildField(SchemaGeneratorHelper.BuildContext buildCtx, TypeDefinition<?> parentType, FieldDefinition fieldDef)GraphQLFieldDefinitionSchemaDirectiveWiringEnvironment. getFieldDefinition()GraphQLFieldDefinitionSchemaDirectiveWiringEnvironmentImpl. getFieldDefinition()GraphQLFieldDefinitionSchemaGeneratorDirectiveHelper.Parameters. getFieldsDefinition()default GraphQLFieldDefinitionSchemaDirectiveWiring. onField(SchemaDirectiveWiringEnvironment<GraphQLFieldDefinition> environment)This is called when a field is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementprivate GraphQLFieldDefinitionSchemaGeneratorDirectiveHelper. onField(GraphQLFieldDefinition fieldDefinition, SchemaGeneratorDirectiveHelper.Parameters params)GraphQLFieldDefinitionSchemaDirectiveWiringEnvironment. setFieldDataFetcher(DataFetcher<?> newDataFetcher)This is a shortcut method to set a new data fetcher in the underlyingGraphQLCodeRegistryagainst the current field.GraphQLFieldDefinitionSchemaDirectiveWiringEnvironmentImpl. setFieldDataFetcher(DataFetcher<?> newDataFetcher)Methods in graphql.schema.idl that return types with arguments of type GraphQLFieldDefinition Modifier and Type Method Description private java.util.List<GraphQLFieldDefinition>SchemaGeneratorDirectiveHelper. wireFields(GraphQLFieldsContainer fieldsContainer, NamedNode<?> fieldsContainerNode, SchemaGeneratorDirectiveHelper.Parameters params)Methods in graphql.schema.idl with parameters of type GraphQLFieldDefinition Modifier and Type Method Description SchemaGeneratorDirectiveHelper.ParametersSchemaGeneratorDirectiveHelper.Parameters. newParams(GraphQLFieldDefinition fieldDefinition, GraphQLFieldsContainer fieldsContainer, NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree)private GraphQLFieldDefinitionSchemaGeneratorDirectiveHelper. onField(GraphQLFieldDefinition fieldDefinition, SchemaGeneratorDirectiveHelper.Parameters params)private java.util.List<GraphQLArgument>SchemaGeneratorDirectiveHelper. wireArguments(GraphQLFieldDefinition fieldDefinition, GraphQLFieldsContainer fieldsContainer, NamedNode<?> fieldsContainerNode, SchemaGeneratorDirectiveHelper.Parameters params, GraphQLFieldDefinition field)Method parameters in graphql.schema.idl with type arguments of type GraphQLFieldDefinition Modifier and Type Method Description default GraphQLFieldDefinitionSchemaDirectiveWiring. onField(SchemaDirectiveWiringEnvironment<GraphQLFieldDefinition> environment)This is called when a field is encountered, which gives the schema directive a chance to modify the shape and behaviour of that DSL elementprivate voidSchemaPrinter. printFieldDefinitions(java.io.PrintWriter out, java.util.Comparator<? super GraphQLSchemaElement> comparator, java.util.List<GraphQLFieldDefinition> fieldDefinitions)Constructors in graphql.schema.idl with parameters of type GraphQLFieldDefinition Constructor Description Parameters(TypeDefinitionRegistry typeRegistry, RuntimeWiring runtimeWiring, java.util.Map<java.lang.String,java.lang.Object> context, GraphQLCodeRegistry.Builder codeRegistry, NodeParentTree<NamedNode<?>> nodeParentTree, GraphqlElementParentTree elementParentTree, GraphQLFieldsContainer fieldsContainer, GraphQLFieldDefinition fieldDefinition) -
Uses of GraphQLFieldDefinition in graphql.schema.impl
Methods in graphql.schema.impl with parameters of type GraphQLFieldDefinition Modifier and Type Method Description TraversalControlGraphQLTypeCollectingVisitor. visitGraphQLFieldDefinition(GraphQLFieldDefinition node, TraverserContext<GraphQLSchemaElement> context)TraversalControlMultiReadOnlyGraphQLTypeVisitor. visitGraphQLFieldDefinition(GraphQLFieldDefinition node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLFieldDefinition in graphql.schema.transform
Methods in graphql.schema.transform with parameters of type GraphQLFieldDefinition Modifier and Type Method Description TraversalControlFieldVisibilitySchemaTransformation.FieldRemovalVisitor. visitGraphQLFieldDefinition(GraphQLFieldDefinition definition, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLFieldDefinition in graphql.schema.validation
-
Uses of GraphQLFieldDefinition in graphql.schema.visibility
Methods in graphql.schema.visibility that return GraphQLFieldDefinition Modifier and Type Method Description GraphQLFieldDefinitionBlockedFields. getFieldDefinition(GraphQLFieldsContainer fieldsContainer, java.lang.String fieldName)GraphQLFieldDefinitionDefaultGraphqlFieldVisibility. getFieldDefinition(GraphQLFieldsContainer fieldsContainer, java.lang.String fieldName)GraphQLFieldDefinitionGraphqlFieldVisibility. getFieldDefinition(GraphQLFieldsContainer fieldsContainer, java.lang.String fieldName)Called to get a named field from an object type or interfaceGraphQLFieldDefinitionNoIntrospectionGraphqlFieldVisibility. getFieldDefinition(GraphQLFieldsContainer fieldsContainer, java.lang.String fieldName)Deprecated.Methods in graphql.schema.visibility that return types with arguments of type GraphQLFieldDefinition Modifier and Type Method Description java.util.List<GraphQLFieldDefinition>BlockedFields. getFieldDefinitions(GraphQLFieldsContainer fieldsContainer)java.util.List<GraphQLFieldDefinition>DefaultGraphqlFieldVisibility. getFieldDefinitions(GraphQLFieldsContainer fieldsContainer)java.util.List<GraphQLFieldDefinition>GraphqlFieldVisibility. getFieldDefinitions(GraphQLFieldsContainer fieldsContainer)Called to get the list of fields from an object type or interfacejava.util.List<GraphQLFieldDefinition>NoIntrospectionGraphqlFieldVisibility. getFieldDefinitions(GraphQLFieldsContainer fieldsContainer)Deprecated. -
Uses of GraphQLFieldDefinition in graphql.schema.visitor
Methods in graphql.schema.visitor with parameters of type GraphQLFieldDefinition Modifier and Type Method Description default GraphQLSchemaTraversalControlGraphQLSchemaVisitor. visitFieldDefinition(GraphQLFieldDefinition fieldDefinition, GraphQLSchemaVisitor.FieldDefinitionVisitorEnvironment environment)Called when visiting aGraphQLFieldDefinitionin the schemaTraversalControlGraphQLSchemaVisitorAdapter. visitGraphQLFieldDefinition(GraphQLFieldDefinition node, TraverserContext<GraphQLSchemaElement> context) -
Uses of GraphQLFieldDefinition in graphql.util
Methods in graphql.util that return types with arguments of type GraphQLFieldDefinition Modifier and Type Method Description private static java.util.Set<GraphQLFieldDefinition>Anonymizer. getSameFields(java.lang.String fieldName, java.lang.String objectOrInterfaceName, java.util.Map<java.lang.String,java.util.List<GraphQLImplementingType>> interfaceToImplementations, GraphQLSchema schema)Method parameters in graphql.util with type arguments of type GraphQLFieldDefinition Modifier and Type Method Description private static java.util.List<GraphQLArgument>Anonymizer. getMatchingArgumentDefinitions(java.lang.String name, java.util.Set<GraphQLFieldDefinition> fieldDefinitions)private static voidAnonymizer. getMatchingFieldDefinitions(java.lang.String fieldName, java.util.List<? extends GraphQLType> interfaces, java.util.Set<GraphQLFieldDefinition> result) -
Uses of GraphQLFieldDefinition in graphql.validation
Fields in graphql.validation with type parameters of type GraphQLFieldDefinition Modifier and Type Field Description private java.util.List<GraphQLFieldDefinition>TraversalContext. fieldDefStackMethods in graphql.validation that return GraphQLFieldDefinition Modifier and Type Method Description GraphQLFieldDefinitionTraversalContext. getFieldDef()private GraphQLFieldDefinitionTraversalContext. getFieldDef(GraphQLSchema schema, GraphQLType parentType, Field field)GraphQLFieldDefinitionValidationContext. getFieldDef()Methods in graphql.validation with parameters of type GraphQLFieldDefinition Modifier and Type Method Description private voidTraversalContext. addFieldDef(GraphQLFieldDefinition fieldDefinition) -
Uses of GraphQLFieldDefinition in graphql.validation.rules
Methods in graphql.validation.rules that return GraphQLFieldDefinition Modifier and Type Method Description private GraphQLFieldDefinitionOverlappingFieldsCanBeMerged. getVisibleFieldDefinition(GraphQLFieldsContainer fieldsContainer, Field field)
-