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