INPUT_OBJECT

DocumentVersionFileCondition

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

link GraphQL Schema definition

  • input DocumentVersionFileCondition {
  • # Checks for equality with the object’s `documentVersionId` field.
  • documentVersionId: UUID
  • # Checks for equality with the object’s `name` field.
  • name: String
  • # Checks for equality with the object’s `size` field.
  • size: BigInt
  • # Checks for equality with the object’s `hash` field.
  • hash: String
  • }