Package | Description |
---|---|
graphql.execution | |
graphql.execution.instrumentation |
Modifier and Type | Method and 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,
Iterable<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,
Object result)
Called to complete a list of value for a field based on a list type.
|
Modifier and Type | Method and Description |
---|---|
List<FieldValueInfo> |
FieldValueInfo.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.
|
Modifier and Type | Method and Description |
---|---|
FieldValueInfo.Builder |
FieldValueInfo.Builder.fieldValueInfos(List<FieldValueInfo> listInfos) |
Modifier and Type | Method and Description |
---|---|
default void |
DeferredFieldInstrumentationContext.onFieldValueInfo(FieldValueInfo fieldValueInfo) |
Modifier and Type | Method and Description |
---|---|
default void |
ExecutionStrategyInstrumentationContext.onFieldValuesInfo(List<FieldValueInfo> fieldValueInfoList) |
Copyright © 2019. All rights reserved.