MenuCountableConnection
No description
type MenuCountableConnection {
pageInfo: PageInfo!
edges: [MenuCountableEdge!]!
totalCount: Int
}
Fields
MenuCountableConnection.pageInfo ● PageInfo! non-null object
Pagination data for this connection.
MenuCountableConnection.edges ● [MenuCountableEdge!]! non-null object
MenuCountableConnection.totalCount ● Int scalar
A total count of items in the collection.
Returned by
menus query
Was this page helpful?