OBJECT
ContactGroupConnection
The connection type for ContactGroup.
link GraphQL Schema definition
- type ContactGroupConnection {
- # A list of edges.
- : [ContactGroupEdge]
- # A list of nodes.
- : [ContactGroup]
- # Information to aid in pagination.
- : PageInfo!
- : Int!
- # Total # of pages, based on total count and pagesize
- : Int!
- }