public class GraphQLBatch extends Object implements GraphQLInput, Iterable<GraphQLQuery>
| Constructor and Description |
|---|
GraphQLBatch(JsonArray value) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GraphQLQuery> |
iterator() |
Spliterator<GraphQLQuery> |
spliterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecode, decodepublic GraphQLBatch(JsonArray value)
public Iterator<GraphQLQuery> iterator()
iterator in interface Iterable<GraphQLQuery>public Spliterator<GraphQLQuery> spliterator()
spliterator in interface Iterable<GraphQLQuery>Copyright © 2021. All rights reserved.