public class GraphQLExecutionResultList extends GraphQLExecutionResultContainer
| Constructor and Description |
|---|
GraphQLExecutionResultList(java.util.List<java.lang.Object> results) |
| Modifier and Type | Method and Description |
|---|---|
void |
putResult(java.lang.String fieldName,
java.lang.Object value)
Inserts this result into the parent for the specified field.
|
createAndPutChildDatum, createAndPutEmptyChildListpublic GraphQLExecutionResultList(java.util.List<java.lang.Object> results)
public void putResult(java.lang.String fieldName,
java.lang.Object value)
GraphQLExecutionResultContainer