PaginatedPostType
No description
type PaginatedPostType {
  edges: [PostTypeEdge!]
  nodes: [PostType!]
  pageInfo: PageInfo!
  totalCount: Int!
}
No description
type PaginatedPostType {
  edges: [PostTypeEdge!]
  nodes: [PostType!]
  pageInfo: PageInfo!
  totalCount: Int!
}
edges ([PostTypeEdge!])nodes ([PostType!])pageInfo (PageInfo!)totalCount (Int!)