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