stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaginationDataFragment

AdminTypes.PaginationDataFragment type

Signature:

export type PaginationDataFragment = Pick<PageInfo, 'hasNextPage' | 'hasPreviousPage' | 'startCursor' | 'endCursor'>;

References: PageInfo