Uses of Class
graphql.language.Field
Packages that use Field
Package
Description
-
Uses of Field in graphql.analysis
Methods in graphql.analysis that return FieldModifier and TypeMethodDescriptionFieldComplexityEnvironment.getField()QueryVisitorFieldEnvironment.getField()QueryVisitorFieldEnvironmentImpl.getField()Methods in graphql.analysis with parameters of type FieldModifier and TypeMethodDescriptionNodeVisitorWithTypeTracking.visitField(Field field, TraverserContext<Node> context) Constructors in graphql.analysis with parameters of type FieldModifierConstructorDescriptionFieldComplexityEnvironment(Field field, GraphQLFieldDefinition fieldDefinition, GraphQLCompositeType parentType, Map<String, Object> arguments, FieldComplexityEnvironment parentEnvironment) QueryVisitorFieldEnvironmentImpl(boolean typeNameIntrospectionField, Field field, GraphQLFieldDefinition fieldDefinition, GraphQLOutputType parentType, GraphQLFieldsContainer unmodifiedParentType, QueryVisitorFieldEnvironment parentEnvironment, Map<String, Object> arguments, SelectionSetContainer selectionSetContainer, TraverserContext<Node> traverserContext, GraphQLSchema schema) -
Uses of Field in graphql.execution
Methods in graphql.execution that return FieldMethods in graphql.execution that return types with arguments of type FieldMethods in graphql.execution with parameters of type FieldModifier and TypeMethodDescriptionprotected 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 ASTFieldstatic StringExecutionStrategy.mkNameForPath(Field currentField) static MergedField.BuilderMergedField.newMergedField(Field field) Method parameters in graphql.execution with type arguments of type FieldModifier and TypeMethodDescriptionstatic StringExecutionStrategy.mkNameForPath(List<Field> currentField) static MergedField.BuilderMergedField.newMergedField(List<Field> fields) -
Uses of Field in graphql.execution.directives
Methods in graphql.execution.directives that return types with arguments of type FieldModifier and TypeMethodDescriptionQueryDirectives.getImmediateAppliedDirectivesByField()This will return a map of theFields inside aMergedFieldand the immediate applied directives that are on each specific fieldQueryDirectivesImpl.getImmediateAppliedDirectivesByField()QueryDirectives.getImmediateDirectivesByField()Deprecated.QueryDirectivesImpl.getImmediateDirectivesByField()Methods in graphql.execution.directives with parameters of type FieldModifier and TypeMethodDescription -
Uses of Field in graphql.execution.instrumentation.fieldvalidation
Methods in graphql.execution.instrumentation.fieldvalidation that return Field -
Uses of Field in graphql.language
Subclasses with type arguments of type Field in graphql.languageClasses in graphql.language that implement interfaces with type arguments of type FieldMethods in graphql.language that return FieldModifier and TypeMethodDescriptionField.Builder.build()Field.deepCopy()Field.transform(Consumer<Field.Builder> builderConsumer) Field.withNewChildren(NodeChildrenContainer newChildren) Methods in graphql.language with parameters of type FieldModifier and TypeMethodDescriptionNodeVisitor.visitField(Field node, TraverserContext<Node> data) NodeVisitorStub.visitField(Field node, TraverserContext<Node> context) -
Uses of Field in graphql.normalized
Methods in graphql.normalized that return types with arguments of type FieldModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableListMultimap<Field, ExecutableNormalizedField> ExecutableNormalizedOperation.getFieldToNormalizedField()This is a multimap and the size of it reflects all the normalized fields in the operationMethods in graphql.normalized with parameters of type FieldModifier and TypeMethodDescriptionExecutableNormalizedOperation.getNormalizedFields(Field field) Looks up one or moreExecutableNormalizedFields given aFieldAST element in the operationConstructor parameters in graphql.normalized with type arguments of type FieldModifierConstructorDescriptionExecutableNormalizedOperation(OperationDefinition.Operation operation, String operationName, List<ExecutableNormalizedField> topLevelFields, com.google.common.collect.ImmutableListMultimap<Field, ExecutableNormalizedField> fieldToNormalizedField, Map<ExecutableNormalizedField, MergedField> normalizedFieldToMergedField, Map<ExecutableNormalizedField, QueryDirectives> normalizedFieldToQueryDirectives, com.google.common.collect.ImmutableListMultimap<FieldCoordinates, ExecutableNormalizedField> coordinatesToNormalizedFields) -
Uses of Field in graphql.parser
Methods in graphql.parser that return FieldModifier and TypeMethodDescriptionprotected FieldGraphqlAntlrToLanguage.createField(GraphqlParser.FieldContext ctx) -
Uses of Field in graphql.schema
Methods in graphql.schema that return FieldModifier and TypeMethodDescriptionDataFetchingEnvironment.getField()DataFetchingEnvironmentImpl.getField()DelegatingDataFetchingEnvironment.getField()Methods in graphql.schema that return types with arguments of type Field -
Uses of Field in graphql.validation
Methods in graphql.validation with parameters of type Field -
Uses of Field in graphql.validation.rules
Methods in graphql.validation.rules with parameters of type FieldModifier and TypeMethodDescriptionvoidFieldsOnCorrectType.checkField(Field field) voidProvidedNonNullArguments.checkField(Field field) voidScalarLeaves.checkField(Field field) voidUniqueArgumentNames.checkField(Field field) voidUniqueDirectiveNamesPerLocation.checkField(Field field)
QueryAppliedDirectivemethods instead