export interface PageInfo { endCursor?: string; hasNextPage: boolean; }