PaginatedPostType (Object)
Description
No description
Fields
Name | Description |
---|---|
edges - [PostTypeEdge!] | |
nodes - [PostType!] | |
pageInfo - PageInfo! | |
totalCount - Int |
type PaginatedPostType {
edges: [PostTypeEdge!]
nodes: [PostType!]
pageInfo: PageInfo!
totalCount: Int
}