Skip to main content

MenuItemCountableConnection

No description

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

MenuItemCountableConnection.totalCount ● Int scalar

A total count of items in the collection.

Returned by

menuItems query


Was this page helpful?