INPUT_OBJECT
OrgUserCondition
A condition to be used against OrgUser object types. All fields are tested for equality and combined with a logical ‘and.’
link GraphQL Schema definition
- input OrgUserCondition {
- # Checks for equality with the object’s `userId` field.
- : UUID
- # Checks for equality with the object’s `organizationId` field.
- : UUID
- # Checks for equality with the object’s `admin` field.
- : Boolean
- # Checks for equality with the object’s `createdAt` field.
- : Datetime
- # Checks for equality with the object’s `phoneNumber` field.
- : String
- # Checks for equality with the object’s `firstName` field.
- : String
- # Checks for equality with the object’s `lastName` field.
- : String
- # Checks for equality with the object’s `jobRole` field.
- : String
- # Checks for equality with the object’s `country` field.
- : String
- # Checks for equality with the object’s `email` field.
- : String
- }