OBJECT

ReturnEdge

link GraphQL Schema definition

1type ReturnEdge {
2cursor: String!
3
4# Required permission: Return:read
5#
6# Store restrictions apply.
7node: Return!
8
9}