OBJECT
PostCategoryConnection
The connection type for PostCategory.
link GraphQL Schema definition
- type PostCategoryConnection {
- # A list of edges.
- : [PostCategoryEdge]
- # A list of nodes.
- : [PostCategory]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- # Total # of pages, based on total count and pagesize
- : Int!
- }