UNPKG

nestjs-graphql-relay

Version:
8 lines (7 loc) 269 B
import type { PageInfo as IPageInfo } from "graphql-relay"; export declare class PageInfo implements IPageInfo { readonly startCursor: string | null; readonly endCursor: string | null; readonly hasPreviousPage: boolean; readonly hasNextPage: boolean; }