OBJECT
OrgUsersConnection
A connection to a list of OrgUser values.
link GraphQL Schema definition
- type OrgUsersConnection {
- # A list of `OrgUser` objects.
- : [OrgUser]!
- # A list of edges which contains the `OrgUser` and cursor to aid in pagination.
- : [OrgUsersEdge!]!
- # Information to aid in pagination.
- : PageInfo!
- # The count of *all* `OrgUser` you could get from the connection.
- : Int!
- }