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
  • competency_id
  • # Unique user ID.
  • user_id
  • # Competency name
  • competency_name
  • # `true` to show the active items, `false` otherwise. `null` to show both active &
  • # deactivated items. Defaults to `true`.
  • is_active
  • # `true` to show the disabled items, `false` to show enabled items. `null` to show
  • # all items. Defaults to false.
  • is_disabled
  • # Competencies for a user with a team tag
  • team_tag_id
  • # Competencies for a user that have a user tag
  • user_tag_id
  • }