OBJECT

PostCategoryConnection

The connection type for PostCategory.

link GraphQL Schema definition

  • type PostCategoryConnection {
  • # A list of edges.
  • edges: [PostCategoryEdge]
  • # A list of nodes.
  • nodes: [PostCategory]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }