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. fieldValueInfosprivate java.util.List<FieldValueInfo>FieldValueInfo.Builder. listInfosMethods in graphql.execution that return FieldValueInfo Modifier and Type Method Description FieldValueInfoFieldValueInfo.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, java.lang.Iterable<java.lang.Object> iterableValues)Called to complete a list of value for a field based on a list type.protected FieldValueInfoExecutionStrategy. 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 FieldValueInfoExecutionStrategy. 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.BuilderFieldValueInfo.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 voidChainedInstrumentation.ChainedExecutionStrategyInstrumentationContext. onFieldValuesInfo(java.util.List<FieldValueInfo> fieldValueInfoList)default voidExecutionStrategyInstrumentationContext. 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 intFieldLevelTrackingApproach. getCountForList(java.util.List<FieldValueInfo> fieldValueInfos)private booleanFieldLevelTrackingApproach. handleOnFieldValuesInfo(java.util.List<FieldValueInfo> fieldValueInfos, FieldLevelTrackingApproach.CallStack callStack, int curLevel)
-