INPUT_OBJECT

IdwellCrmTicketCondition

A condition to be used against IdwellCrmTicket object types. All fields are tested for equality and combined with a logical ‘and.’

link GraphQL Schema definition

  • input IdwellCrmTicketCondition {
  • # Checks for equality with the object’s `rowId` field.
  • rowId: BigInt
  • # Checks for equality with the object’s `clientCompanyRowId` field.
  • clientCompanyRowId: UUID
  • # Checks for equality with the object’s `content` field.
  • content: JSON
  • }