OBJECT
IdwellCrmTicketsEdge
A IdwellCrmTicket edge in the connection.
link GraphQL Schema definition
- type IdwellCrmTicketsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `IdwellCrmTicket` at the end of the edge.
- : IdwellCrmTicket!
- }
OBJECT
A IdwellCrmTicket edge in the connection.
- type IdwellCrmTicketsEdge {
- # A cursor for use in pagination.
- : Cursor
- # The `IdwellCrmTicket` at the end of the edge.
- : IdwellCrmTicket!
- }