Skip to main content

MenuItemCountableConnection

No description

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

Fields

Pagination data for this connection.

A total count of items in the collection.

Returned By

menuItems query

Was this page helpful?