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.
- UUID :
- # Checks for equality with the object’s `name` field.
- String :
- # Checks for equality with the object’s `storageAccountUrl` field.
- String :
- # Checks for equality with the object’s `storageAccountKey` field.
- String :
- # Checks for equality with the object’s `storageAccountSecret` field.
- String :
- # Checks for equality with the object’s `storageAccountBucket` field.
- String :
- # Checks for equality with the object’s `itemApiUrl` field.
- String :
- # Checks for equality with the object’s `autoLabelImages` field.
- Boolean :
- # Checks for equality with the object’s `address` field.
- String :
- # Checks for equality with the object’s `email` field.
- String :
- # Checks for equality with the object’s `phoneNumber` field.
- String :
- }