Type alias PageInfo

PageInfo: {
    __typename?: "PageInfo";
    endCursor: Scalars["String"];
    hasNextPage: Scalars["Boolean"];
    hasPreviousPage: Scalars["Boolean"];
    startCursor: Scalars["String"];
}

Type declaration

  • Optional __typename?: "PageInfo"
  • endCursor: Scalars["String"]
  • hasNextPage: Scalars["Boolean"]
  • hasPreviousPage: Scalars["Boolean"]
  • startCursor: Scalars["String"]

Generated using TypeDoc