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