OBJECT
SalesManagerTypeConnection
The connection type for SalesManagerType.
link GraphQL Schema definition
- type SalesManagerTypeConnection {
- : [String!]!
- # A list of edges.
- : [SalesManagerTypeEdge]
- # A list of nodes.
- : [SalesManagerType]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- }