OffsetPaginationInput

OffsetPaginationInput is an input object type representing pagination information

Fields


limit: Int! = 20

Maximum number of items to return (default is 20).


offset: Int! = 0

A number of items to skip before starting to return items (default is 0).