OBJECT

ContactGroupConnection

The connection type for ContactGroup.

link GraphQL Schema definition

  • type ContactGroupConnection {
  • # A list of edges.
  • edges: [ContactGroupEdge]
  • # A list of nodes.
  • nodes: [ContactGroup]
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • totalCount: Int!
  • # Total # of pages, based on total count and pagesize
  • totalPageCount: Int!
  • }