Type alias PageInfoPartsFragment
PageInfoPartsFragment: {
__typename?: "PageInfo";
endCursor: string | null;
hasNextPage: boolean;
hasPreviousPage: boolean;
startCursor: string | null;
}
Type declaration
Optional
__typename?: "PageInfo"
endCursor: string | null
hasNextPage: boolean
hasPreviousPage: boolean
startCursor: string | null