INPUT_OBJECT
OrganizationFilter
A filter to be used against Organization
object types. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input OrganizationFilter {
- # Filter by the object’s `id` field.
- UUIDFilter :
- # Filter by the object’s `name` field.
- StringFilter :
- # Filter by the object’s `storageAccountUrl` field.
- StringFilter :
- # Filter by the object’s `storageAccountKey` field.
- StringFilter :
- # Filter by the object’s `storageAccountSecret` field.
- StringFilter :
- # Filter by the object’s `storageAccountBucket` field.
- StringFilter :
- # Filter by the object’s `itemApiUrl` field.
- StringFilter :
- # Filter by the object’s `autoLabelImages` field.
- BooleanFilter :
- # Filter by the object’s `address` field.
- StringFilter :
- # Filter by the object’s `email` field.
- StringFilter :
- # Filter by the object’s `phoneNumber` field.
- StringFilter :
- # Checks for all expressions in this list.
- OrganizationFilter!] : [
- # Checks for any expressions in this list.
- OrganizationFilter!] : [
- # Negates the expression.
- OrganizationFilter :
- }