ENUM
User_WhereGroup_Fields
Where group options for User. Matches when any field in the array is met
link GraphQL Schema definition
- enum User_WhereGroup_Fields {
- # Login name.
- # Gull name.
- # First/Given name.
- # Last/Surname.
- # A custom employee ID string for pairing with other systems.
- # True if the user is generated by system and not customer, such as an internal
- # temporary support user.
- # Unique supplier ID.
- # List of user ids NOT to include
- # List of tags that users have access to view
- # User types
- # Matches any users that have allocations matching the given criteria
- # List of competency (active and enabled) IDs that users must have at least one.
- # List of induction (active and enabled) IDs that users must have at least one.
- # List of competency (active and enabled) IDs that users have to have.
- # List of induction IDs that users have to have.
- # List of skill IDs that users have to have. Works with compound, simple, and sub
- # skills.
- # (DEPRECATED) List of skill IDs that users have to have. Works with compound,
- # simple, and sub skills.
- # If true, show only users who have a contact number. If false only show users
- # with no number
- # Filters users that are associated to the given asset ids
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- }