Package graphql.execution
Class FetchedValue.Builder
java.lang.Object
graphql.execution.FetchedValue.Builder
- Enclosing class:
FetchedValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate com.google.common.collect.ImmutableList
<GraphQLError> private Object
private Object
private Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
errors
(List<GraphQLError> errors) fetchedValue
(Object fetchedValue) localContext
(Object localContext) rawFetchedValue
(Object rawFetchedValue)
-
Field Details
-
fetchedValue
-
rawFetchedValue
-
localContext
-
errors
-
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fetchedValue
-
rawFetchedValue
-
localContext
-
errors
-
build
-