MenuItemCountableEdge
No description
type MenuItemCountableEdge {
node: MenuItem!
cursor: String!
}
Fields
MenuItemCountableEdge.node ● MenuItem! non-null object
The item at the end of the edge.
MenuItemCountableEdge.cursor ● String! non-null scalar
A cursor for use in pagination.
Member of
MenuItemCountableConnection object
Was this page helpful?