INPUT_OBJECT

Competency_Exact

Exact match query arguments for Competency

link GraphQL Schema definition

  • input Competency_Exact {
  • # Select multiple Competency by ID.
  • id: [Int]
  • # Competency name
  • name: String
  • # Get all competencies that a user does not have
  • not_including_user_id: [Int]
  • }