INPUT_OBJECT
ObjectClassPropCondition
A condition to be used against ObjectClassProp object types. All fields are
tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input ObjectClassPropCondition {
- # Checks for equality with the object’s `rowId` field.
- : UUID
- # Checks for equality with the object’s `className` field.
- : TrimmedText
- # Checks for equality with the object’s `name` field.
- : TrimmedText
- # Checks for equality with the object’s `type` field.
- : PropType
- # Checks for equality with the object’s `required` field.
- : Boolean
- # Checks for equality with the object’s `options` field.
- : [String]
- # Checks for equality with the object’s `description` field.
- : TrimmedText
- # Checks for equality with the object’s `pos` field.
- : Int
- }