UserCondition
UserCondition
A condition to be used against User
object types. All fields are tested for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUID | Checks for equality with the object’s `id` field. | |
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
userType | UserType | Checks for equality with the object’s `userType` field. | |
String | Checks for equality with the object’s `email` field. | ||
status | UserStatus | Checks for equality with the object’s `status` field. | |
givenName | String | Checks for equality with the object’s `givenName` field. | |
familyName | String | Checks for equality with the object’s `familyName` field. | |
isOwner | Boolean | Checks for equality with the object’s `isOwner` field. | |
provider | String | Checks for equality with the object’s `provider` field. | |
connection | String | Checks for equality with the object’s `connection` field. | |
metadata | JSON | Checks for equality with the object’s `metadata` field. | |
preferences | JSON | Checks for equality with the object’s `preferences` field. | |
receiveUpdates | ReceiveUpdates | Checks for equality with the object’s `receiveUpdates` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
updatedAt | Datetime | Checks for equality with the object’s `updatedAt` field. | |
deletedAt | Datetime | Checks for equality with the object’s `deletedAt` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
updatedBy | UUID | Checks for equality with the object’s `updatedBy` field. | |
deletedBy | UUID | Checks for equality with the object’s `deletedBy` field. | |
lastAuthenticatedAt | Datetime | Checks for equality with the object’s `lastAuthenticatedAt` field. |