Uses of Class
graphql.execution.FetchedValue.Builder
Packages that use FetchedValue.Builder
-
Uses of FetchedValue.Builder in graphql.execution
Methods in graphql.execution that return FetchedValue.BuilderModifier and TypeMethodDescriptionFetchedValue.Builder.errors
(List<GraphQLError> errors) FetchedValue.Builder.fetchedValue
(Object fetchedValue) FetchedValue.Builder.localContext
(Object localContext) static FetchedValue.Builder
FetchedValue.newFetchedValue()
static FetchedValue.Builder
FetchedValue.newFetchedValue
(FetchedValue otherValue) FetchedValue.Builder.rawFetchedValue
(Object rawFetchedValue) Method parameters in graphql.execution with type arguments of type FetchedValue.BuilderModifier and TypeMethodDescriptionFetchedValue.transform
(Consumer<FetchedValue.Builder> builderConsumer)