GraphQL INPUT_OBJECT
Filter for chunked data.
input PaginationInput {# Maximum number of elements to fetch.chunkSize: Int!# Id of last fetched element as offset for next chunk.lastElementId: Int}