UserFilter
UserFilter
A filter to be used against User
object types. All fields are combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
id | UUIDFilter | Filter by the object’s `id` field. | |
orgId | UUIDFilter | Filter by the object’s `orgId` field. | |
userType | UserTypeFilter | Filter by the object’s `userType` field. | |
StringFilter | Filter by the object’s `email` field. | ||
status | UserStatusFilter | Filter by the object’s `status` field. | |
givenName | StringFilter | Filter by the object’s `givenName` field. | |
familyName | StringFilter | Filter by the object’s `familyName` field. | |
isOwner | BooleanFilter | Filter by the object’s `isOwner` field. | |
provider | StringFilter | Filter by the object’s `provider` field. | |
connection | StringFilter | Filter by the object’s `connection` field. | |
metadata | JSONFilter | Filter by the object’s `metadata` field. | |
preferences | JSONFilter | Filter by the object’s `preferences` field. | |
receiveUpdates | ReceiveUpdatesFilter | Filter by the object’s `receiveUpdates` field. | |
createdAt | DatetimeFilter | Filter by the object’s `createdAt` field. | |
updatedAt | DatetimeFilter | Filter by the object’s `updatedAt` field. | |
deletedAt | DatetimeFilter | Filter by the object’s `deletedAt` field. | |
createdBy | UUIDFilter | Filter by the object’s `createdBy` field. | |
updatedBy | UUIDFilter | Filter by the object’s `updatedBy` field. | |
deletedBy | UUIDFilter | Filter by the object’s `deletedBy` field. | |
lastAuthenticatedAt | DatetimeFilter | Filter by the object’s `lastAuthenticatedAt` field. | |
and | [UserFilter!] | Checks for all expressions in this list. | |
or | [UserFilter!] | Checks for any expressions in this list. | |
not | UserFilter | Negates the expression. |