OBJECT

UserGroupConnection

A connection to a list of items.

link GraphQL Schema definition

  • type UserGroupConnection {
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # A list of edges.
  • edges: [UserGroupEdge]
  • # A list of UserGroup nodes.
  • nodes: [UserGroup!]!
  • # The total count of items in the connection.
  • totalCount: Int!
  • }