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