PaginationInput.offset property
Rows to skip before the page starts.
Signature:
offset: number;
Remarks
Ignored when limit is absent or zero, since there is then no page to position. With a negative limit and an offset of zero it is computed instead — see limit.