INPUT_OBJECT
UserCompetency_Exact
Exact match query arguments for UserCompetency
link GraphQL Schema definition
- input UserCompetency_Exact {
- # Select multiple UserCompetency by ID.
- Int] : [
- # Unique ID
- Int] : [
- # Unique user ID.
- Int] : [
- # `true` to show the active items, `false` otherwise. `null` to show both active &
- # deactivated items. Defaults to `true`.
- Boolean :
- # `true` to show the disabled items, `false` to show enabled items. `null` to show
- # all items. Defaults to false.
- Boolean :
- # Competencies for a user with a team tag
- Int]] : [[
- # Competencies for a user that have a user tag
- Int]] : [[
- }