QueryResult: {
    items: T[];
    pageInfo?: { endCursor: string; hasNextPage: boolean };
}

The query result.

Type Parameters

Type declaration

  • items: T[]
  • OptionalpageInfo?: { endCursor: string; hasNextPage: boolean }