ItemCategoriesConnection
A connection to a list of items.
type ItemCategoriesConnection {
pageInfo: PageInfo!
edges: [ItemCategoriesEdge!]
nodes: [ItemCategory]
totalCount: Int!
}
Fields
ItemCategoriesConnection.pageInfo
● PageInfo!
non-null object
Information to aid in pagination.
ItemCategoriesConnection.edges
● [ItemCategoriesEdge!]
list object
A list of edges.
ItemCategoriesConnection.nodes
● [ItemCategory]
list object
A flattened list of the nodes.
ItemCategoriesConnection.totalCount
● Int!
non-null scalar
Identifies the total count of items in the connection.