Uses of Class
graphql.execution.MergedField
Packages that use MergedField
Package
Description
-
Uses of MergedField in graphql
Methods in graphql that return MergedField -
Uses of MergedField in graphql.execution
Methods in graphql.execution that return MergedFieldModifier and TypeMethodDescriptionMergedField.Builder.build()DataFetcherExceptionHandlerParameters.getField()ExecutionStepInfo.getField()This returns the AST fields that matches theExecutionStepInfo.getFieldDefinition()during executionExecutionStrategyParameters.getField()This returns the current field in its query representations.TypeResolutionParameters.getField()MergedSelectionSet.getSubField(String key) MergedField.transform(Consumer<MergedField.Builder> builderConsumer) Methods in graphql.execution that return types with arguments of type MergedFieldModifier and TypeMethodDescriptionMergedSelectionSet.getSubFields()MergedSelectionSet.getSubFieldsList()Methods in graphql.execution with parameters of type MergedFieldModifier and TypeMethodDescriptionFieldCollector.collectFields(FieldCollectorParameters parameters, MergedField mergedField) ExecutionStepInfo.Builder.field(MergedField field) ExecutionStrategyParameters.Builder.field(MergedField currentField) TypeResolutionParameters.Builder.field(MergedField field) static StringExecutionStrategy.mkNameForPath(MergedField mergedField) ResolveType.resolveType(ExecutionContext executionContext, MergedField field, Object source, ExecutionStepInfo executionStepInfo, GraphQLType fieldType, Object localContext) Method parameters in graphql.execution with type arguments of type MergedFieldModifier and TypeMethodDescriptionMergedSelectionSet.Builder.subFields(Map<String, MergedField> subFields) -
Uses of MergedField in graphql.execution.directives
Methods in graphql.execution.directives with parameters of type MergedFieldModifier and TypeMethodDescriptionQueryDirectives.Builder.mergedField(MergedField mergedField) QueryDirectivesBuilder.mergedField(MergedField mergedField) Constructors in graphql.execution.directives with parameters of type MergedFieldModifierConstructorDescriptionQueryDirectivesImpl(MergedField mergedField, GraphQLSchema schema, Map<String, Object> variables, GraphQLContext graphQLContext, Locale locale) -
Uses of MergedField in graphql.normalized
Methods in graphql.normalized that return MergedFieldModifier and TypeMethodDescriptionExecutableNormalizedOperation.getMergedField(ExecutableNormalizedField executableNormalizedField) Looks up theMergedFieldgiven aExecutableNormalizedFieldMethods in graphql.normalized that return types with arguments of type MergedFieldModifier and TypeMethodDescriptionExecutableNormalizedOperation.getNormalizedFieldToMergedField()Methods in graphql.normalized with parameters of type MergedFieldModifier and TypeMethodDescriptionExecutableNormalizedOperation.getNormalizedField(MergedField mergedField, GraphQLFieldsContainer fieldsContainer, ResultPath resultPath) This will find aExecutableNormalizedFieldgiven a merged field and a result path.Constructor parameters in graphql.normalized with type arguments of type MergedFieldModifierConstructorDescriptionExecutableNormalizedOperation(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 MergedField in graphql.schema
Methods in graphql.schema that return MergedFieldModifier and TypeMethodDescriptionDataFetchingEnvironment.getMergedField()It can happen that a query has overlapping fields which are querying the same data.DataFetchingEnvironmentImpl.getMergedField()DelegatingDataFetchingEnvironment.getMergedField()Methods in graphql.schema with parameters of type MergedFieldModifier and TypeMethodDescriptionDataFetchingEnvironmentImpl.Builder.mergedField(MergedField mergedField)