TokenFilter
TokenFilter
A filter to be used against Token
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. | |
userId | UUIDFilter | Filter by the object’s `userId` field. | |
name | StringFilter | Filter by the object’s `name` field. | |
permissions | StringListFilter | Filter by the object’s `permissions` field. | |
permissionSets | UUIDListFilter | Filter by the object’s `permissionSets` field. | |
lastUsed | DatetimeFilter | Filter by the object’s `lastUsed` field. | |
deactivatedAt | DatetimeFilter | Filter by the object’s `deactivatedAt` 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. | |
and | [TokenFilter!] | Checks for all expressions in this list. | |
or | [TokenFilter!] | Checks for any expressions in this list. | |
not | TokenFilter | Negates the expression. |