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 -
Method Summary
Modifier and TypeMethodDescriptionstatic FetchedValue.Builderstatic FetchedValue.BuildernewFetchedValue(FetchedValue otherValue) toString()transform(Consumer<FetchedValue.Builder> builderConsumer)
-
Method Details
-
getFetchedValue
-
getRawFetchedValue
-
getErrors
-
getLocalContext
-
transform
-
toString
-
newFetchedValue
-
newFetchedValue
-