MenuItemCountableConnection
A connection to a list of items.
type MenuItemCountableConnection {
pageInfo: PageInfo!
edges: [MenuItemCountableEdge!]!
totalCount: Int!
}
Fields
MenuItemCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection
MenuItemCountableConnection.edges ● [MenuItemCountableEdge!]! non-null object
Contains the nodes in this connection
MenuItemCountableConnection.totalCount ● Int! non-null scalar
Total quantity of existing nodes.
Returned By
menuItems query