OBJECT
SalesRoleEntityConnection
link GraphQL Schema definition
- type SalesRoleEntityConnection {
- #   Pagination data for this connection.
- : PageInfo! 
- #   Contains the nodes in this connection.
- : [SalesRoleEntityEdge]! 
- #   Total number of items in the connection.
- : Int 
- }