Schema Documentation

PostToCategoryConnection

Description

Connection between the Post type and the category type

Fields
Field NameDescription
edges - [PostToCategoryConnectionEdge!]! Edges for the PostToCategoryConnection connection
nodes - [Category!]! The nodes of the connection, without the edges
pageInfo - PostToCategoryConnectionPageInfo! Information about pagination in a connection.
Example
{"edges":[PostToCategoryConnectionEdge],"nodes":[Category],"pageInfo":PostToCategoryConnectionPageInfo}