INPUT_OBJECT

OrganizationCondition

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

link GraphQL Schema definition

  • input OrganizationCondition {
  • # Checks for equality with the object’s `id` field.
  • id: UUID
  • # Checks for equality with the object’s `name` field.
  • name: String
  • # Checks for equality with the object’s `storageAccountUrl` field.
  • storageAccountUrl: String
  • # Checks for equality with the object’s `storageAccountKey` field.
  • storageAccountKey: String
  • # Checks for equality with the object’s `storageAccountSecret` field.
  • storageAccountSecret: String
  • # Checks for equality with the object’s `storageAccountBucket` field.
  • storageAccountBucket: String
  • # Checks for equality with the object’s `itemApiUrl` field.
  • itemApiUrl: String
  • # Checks for equality with the object’s `autoLabelImages` field.
  • autoLabelImages: Boolean
  • # Checks for equality with the object’s `address` field.
  • address: String
  • # Checks for equality with the object’s `email` field.
  • email: String
  • # Checks for equality with the object’s `phoneNumber` field.
  • phoneNumber: String
  • }