Uses of Class
graphql.execution.FieldValueInfo
-
Packages that use FieldValueInfo Package Description graphql.execution graphql.execution.instrumentation graphql.execution.instrumentation.dataloader -
-
Uses of FieldValueInfo in graphql.execution
Fields in graphql.execution with type parameters of type FieldValueInfo Modifier and Type Field Description private java.util.List<FieldValueInfo>
FieldValueInfo. fieldValueInfos
private java.util.List<FieldValueInfo>
FieldValueInfo.Builder. listInfos
Methods in graphql.execution that return FieldValueInfo Modifier and Type Method Description FieldValueInfo
FieldValueInfo.Builder. build()
protected FieldValueInfo
ExecutionStrategy. completeField(ExecutionContext executionContext, ExecutionStrategyParameters parameters, FetchedValue fetchedValue)
Called to complete a field based on the type of the field.protected FieldValueInfo
ExecutionStrategy. completeValue(ExecutionContext executionContext, ExecutionStrategyParameters parameters)
Called to complete a value for a field based on the type of the field.protected FieldValueInfo
ExecutionStrategy. completeValueForList(ExecutionContext executionContext, ExecutionStrategyParameters parameters, java.lang.Iterable<java.lang.Object> iterableValues)
Called to complete a list of value for a field based on a list type.protected FieldValueInfo
ExecutionStrategy. completeValueForList(ExecutionContext executionContext, ExecutionStrategyParameters parameters, java.lang.Object result)
Called to complete a list of value for a field based on a list type.private FieldValueInfo
ExecutionStrategy. getFieldValueInfoForNull(ExecutionContext executionContext, ExecutionStrategyParameters parameters)
Called to complete a null value.Methods in graphql.execution that return types with arguments of type FieldValueInfo Modifier and Type Method Description java.util.List<FieldValueInfo>
FieldValueInfo. getFieldValueInfos()
protected java.util.concurrent.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 FieldValueInfo Modifier and Type Method Description FieldValueInfo.Builder
FieldValueInfo.Builder. fieldValueInfos(java.util.List<FieldValueInfo> listInfos)
Constructor parameters in graphql.execution with type arguments of type FieldValueInfo Constructor Description FieldValueInfo(FieldValueInfo.CompleteValueType completeValueType, java.util.concurrent.CompletableFuture<ExecutionResult> fieldValue, java.util.List<FieldValueInfo> fieldValueInfos)
-
Uses of FieldValueInfo in graphql.execution.instrumentation
Method parameters in graphql.execution.instrumentation with type arguments of type FieldValueInfo Modifier and Type Method Description void
ChainedInstrumentation.ChainedExecutionStrategyInstrumentationContext. onFieldValuesInfo(java.util.List<FieldValueInfo> fieldValueInfoList)
default void
ExecutionStrategyInstrumentationContext. onFieldValuesInfo(java.util.List<FieldValueInfo> fieldValueInfoList)
-
Uses of FieldValueInfo in graphql.execution.instrumentation.dataloader
Method parameters in graphql.execution.instrumentation.dataloader with type arguments of type FieldValueInfo Modifier and Type Method Description private int
FieldLevelTrackingApproach. getCountForList(java.util.List<FieldValueInfo> fieldValueInfos)
private boolean
FieldLevelTrackingApproach. handleOnFieldValuesInfo(java.util.List<FieldValueInfo> fieldValueInfos, FieldLevelTrackingApproach.CallStack callStack, int curLevel)
-