public abstract class GraphQLExecutionResultContainer
extends java.lang.Object
Constructor and Description |
---|
GraphQLExecutionResultContainer() |
Modifier and Type | Method and Description |
---|---|
graphql.execution.batched.GraphQLExecutionNodeDatum |
createAndPutChildDatum(java.lang.String fieldName,
java.lang.Object value)
Creates a child datum which is linked through the results container to this parent.
|
GraphQLExecutionResultList |
createAndPutEmptyChildList(java.lang.String fieldName) |
public graphql.execution.batched.GraphQLExecutionNodeDatum createAndPutChildDatum(java.lang.String fieldName, java.lang.Object value)
public GraphQLExecutionResultList createAndPutEmptyChildList(java.lang.String fieldName)