INPUT_OBJECT

DocumentCategoryObjectInstanceCondition

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

link GraphQL Schema definition

  • input DocumentCategoryObjectInstanceCondition {
  • # Checks for equality with the object’s `documentCategoryRowId` field.
  • documentCategoryRowId: UUID
  • # Checks for equality with the object’s `objectInstanceRowId` field.
  • objectInstanceRowId: UUID
  • # Checks for equality with the object’s `createdBy` field.
  • createdBy: TrimmedText
  • # Checks for equality with the object’s `createdAt` field.
  • createdAt: Datetime
  • }