Uses of Class
graphql.execution.FieldValueInfo
Packages that use FieldValueInfo
-
Uses of FieldValueInfo in graphql.execution
Methods 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.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) -
Uses of FieldValueInfo in graphql.execution.instrumentation
Method parameters in graphql.execution.instrumentation with type arguments of type FieldValueInfoModifier and TypeMethodDescriptiondefault voidExecutionStrategyInstrumentationContext.onFieldValuesInfo(List<FieldValueInfo> fieldValueInfoList)