OBJECT
SalesUnitEntityEdge
A Relay edge containing a SalesUnitEntity
and its cursor.
link GraphQL Schema definition
- type SalesUnitEntityEdge {
- # The item at the end of the edge
- SalesUnitEntity :
- # A cursor for use in pagination
- String! :
- }