ENUM
UserCompetency_WhereGroup_Fields
Where group options for UserCompetency. Matches when any field in the array is met
link GraphQL Schema definition
- enum UserCompetency_WhereGroup_Fields {
- # Unique ID
- # Unique user ID.
- # Competency name
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- # `true` to show the disabled items, `false` to show enabled items. `null` to show
- # all items. Defaults to false.
- # Competencies for a user with a team tag
- # Competencies for a user that have a user tag
- }