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