Package graphql.execution
Class FetchedValue
java.lang.Object
graphql.execution.FetchedValue
Note: This is returned by
InstrumentationFieldCompleteParameters.getFetchedValue()
and therefore part of the public despite never used in a method signature.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final com.google.common.collect.ImmutableList<GraphQLError> private final Objectprivate final Objectprivate final Object -
Constructor Summary
ConstructorsConstructorDescriptionFetchedValue(Object fetchedValue, Object rawFetchedValue, com.google.common.collect.ImmutableList<GraphQLError> errors, Object localContext) -
Method Summary
Modifier and TypeMethodDescriptionstatic FetchedValue.Builderstatic FetchedValue.BuildernewFetchedValue(FetchedValue otherValue) toString()transform(Consumer<FetchedValue.Builder> builderConsumer)
-
Field Details
-
fetchedValue
-
rawFetchedValue
-
localContext
-
errors
-
-
Constructor Details
-
FetchedValue
FetchedValue(Object fetchedValue, Object rawFetchedValue, com.google.common.collect.ImmutableList<GraphQLError> errors, Object localContext)
-
-
Method Details