Skip to main content

MenuItemCountableConnection

A connection to a list of items.

type MenuItemCountableConnection {
pageInfo: PageInfo!
edges: [MenuItemCountableEdge!]!
totalCount: Int!
}

Fields

Pagination data for this connection

Contains the nodes in this connection

Total quantity of existing nodes.

Returned By

menuItems query

Was this page helpful?