OBJECT
UserGroupConnection
A connection to a list of items.
link GraphQL Schema definition
- type UserGroupConnection {
- # Information to aid in pagination.
- : PageInfo!
- # A list of edges.
- : [UserGroupEdge]
- # A list of UserGroup nodes.
- : [UserGroup!]!
- # The total count of items in the connection.
- : Int!
- }