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