Package graphql.execution
Class ExecutionStepInfo.Builder
java.lang.Object
graphql.execution.ExecutionStepInfo.Builder
- Enclosing class:
ExecutionStepInfo
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) Supplier
<ImmutableMapWithNullValues<String, Object>> (package private) MergedField
(package private) GraphQLObjectType
(package private) GraphQLFieldDefinition
(package private) ExecutionStepInfo
(package private) ResultPath
(package private) GraphQLOutputType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
field
(MergedField field) fieldContainer
(GraphQLObjectType fieldContainer) fieldDefinition
(GraphQLFieldDefinition fieldDefinition) parentInfo
(ExecutionStepInfo executionStepInfo) path
(ResultPath resultPath) type
(GraphQLOutputType type)
-
Field Details
-
type
GraphQLOutputType type -
parentInfo
ExecutionStepInfo parentInfo -
fieldDefinition
GraphQLFieldDefinition fieldDefinition -
fieldContainer
GraphQLObjectType fieldContainer -
field
MergedField field -
path
ResultPath path -
arguments
Supplier<ImmutableMapWithNullValues<String,Object>> arguments
-
-
Constructor Details
-
Builder
private Builder()- See Also:
-
Builder
-
-
Method Details
-
type
-
parentInfo
-
fieldDefinition
-
field
-
path
-
arguments
-
fieldContainer
-
build
-