INPUT_OBJECT
OrgUserFilter
A filter to be used against OrgUser object types. All fields are combined with a logical ‘and.’
link GraphQL Schema definition
- input OrgUserFilter {
- # Filter by the object’s `userId` field.
- : UUIDFilter
- # Filter by the object’s `organizationId` field.
- : UUIDFilter
- # Filter by the object’s `admin` field.
- : BooleanFilter
- # Filter by the object’s `createdAt` field.
- : DatetimeFilter
- # Filter by the object’s `phoneNumber` field.
- : StringFilter
- # Filter by the object’s `firstName` field.
- : StringFilter
- # Filter by the object’s `lastName` field.
- : StringFilter
- # Filter by the object’s `jobRole` field.
- : StringFilter
- # Filter by the object’s `country` field.
- : StringFilter
- # Filter by the object’s `email` field.
- : StringFilter
- # Checks for all expressions in this list.
- : [OrgUserFilter!]
- # Checks for any expressions in this list.
- : [OrgUserFilter!]
- # Negates the expression.
- : OrgUserFilter
- }