Uses of Class
graphql.execution.FieldValueInfo
Packages that use FieldValueInfo
Package
Description
-
Uses of FieldValueInfo in graphql.execution
Fields in graphql.execution with type parameters of type FieldValueInfoModifier and TypeFieldDescriptionprivate final List<FieldValueInfo> FieldValueInfo.fieldValueInfosprivate List<FieldValueInfo> FieldValueInfo.Builder.listInfosMethods in graphql.execution that return FieldValueInfoModifier and TypeMethodDescriptionFieldValueInfo.Builder.build()protected FieldValueInfoExecutionStrategy.completeField(ExecutionContext executionContext, ExecutionStrategyParameters parameters, FetchedValue fetchedValue) Called to complete a field based on the type of the field.protected FieldValueInfoExecutionStrategy.completeValue(ExecutionContext executionContext, ExecutionStrategyParameters parameters) Called to complete a value for a field based on the type of the field.protected FieldValueInfoExecutionStrategy.completeValueForList(ExecutionContext executionContext, ExecutionStrategyParameters parameters, Iterable<Object> iterableValues) Called to complete a list of value for a field based on a list type.protected FieldValueInfoExecutionStrategy.completeValueForList(ExecutionContext executionContext, ExecutionStrategyParameters parameters, Object result) Called to complete a list of value for a field based on a list type.private FieldValueInfoExecutionStrategy.getFieldValueInfoForNull(ExecutionContext executionContext, ExecutionStrategyParameters parameters) Called to complete a null value.Methods in graphql.execution that return types with arguments of type FieldValueInfoModifier and TypeMethodDescriptionFieldValueInfo.getFieldValueInfos()protected CompletableFuture<FieldValueInfo> ExecutionStrategy.resolveFieldWithInfo(ExecutionContext executionContext, ExecutionStrategyParameters parameters) Called to fetch a value for a field and its extra runtime info and resolve it further in terms of the graphql query.Method parameters in graphql.execution with type arguments of type FieldValueInfoModifier and TypeMethodDescriptionFieldValueInfo.Builder.fieldValueInfos(List<FieldValueInfo> listInfos) Constructor parameters in graphql.execution with type arguments of type FieldValueInfoModifierConstructorDescription(package private)FieldValueInfo(FieldValueInfo.CompleteValueType completeValueType, CompletableFuture<ExecutionResult> fieldValue, List<FieldValueInfo> fieldValueInfos) -
Uses of FieldValueInfo in graphql.execution.instrumentation
Method parameters in graphql.execution.instrumentation with type arguments of type FieldValueInfoModifier and TypeMethodDescriptionvoidChainedInstrumentation.ChainedExecutionStrategyInstrumentationContext.onFieldValuesInfo(List<FieldValueInfo> fieldValueInfoList) default voidExecutionStrategyInstrumentationContext.onFieldValuesInfo(List<FieldValueInfo> fieldValueInfoList) -
Uses of FieldValueInfo in graphql.execution.instrumentation.dataloader
Method parameters in graphql.execution.instrumentation.dataloader with type arguments of type FieldValueInfoModifier and TypeMethodDescriptionprivate intFieldLevelTrackingApproach.getCountForList(List<FieldValueInfo> fieldValueInfos) private booleanFieldLevelTrackingApproach.handleOnFieldValuesInfo(List<FieldValueInfo> fieldValueInfos, FieldLevelTrackingApproach.CallStack callStack, int curLevel)