Skip to main content
Version: 3.x

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?