CategoryConnection
A connection to a list of items.
type CategoryConnection {
edges: [CategoryEdge]
pageInfo: PageInfo!
totalCount: Int!
}
Fields
CategoryConnection.edges ● [CategoryEdge] list object
A list of edges.
CategoryConnection.pageInfo ● PageInfo! non-null object
Information to aid in pagination.
CategoryConnection.totalCount ● Int! non-null scalar
Identifies the total count of items in the connection.
Returned By
categories query