OBJECT

IdwellCrmTicketsConnection

A connection to a list of IdwellCrmTicket values.

link GraphQL Schema definition

  • type IdwellCrmTicketsConnection {
  • # A list of `IdwellCrmTicket` objects.
  • nodes: [IdwellCrmTicket!]!
  • # A list of edges which contains the `IdwellCrmTicket` and cursor to aid in
  • # pagination.
  • edges: [IdwellCrmTicketsEdge!]!
  • # Information to aid in pagination.
  • pageInfo: PageInfo!
  • # The count of *all* `IdwellCrmTicket` you could get from the connection.
  • totalCount: Int!
  • }