Skip to main content
Version: 3.x

MenuCountableConnection

No description

type MenuCountableConnection {
pageInfo: PageInfo!
edges: [MenuCountableEdge!]!
totalCount: Int
}

Fields

Pagination data for this connection.

A total count of items in the collection.

Returned by

menus query


Was this page helpful?