INPUT_OBJECT

UpdateLearningObjectiveInput

UpdateLearningObjectiveInput is used for update LearningObjective object. Input was generated by ent.

link GraphQL Schema definition

  • input UpdateLearningObjectiveInput {
  • name: String
  • surveyQuestion: String
  • clearSurveyQuestion: Boolean
  • tenantID: ID
  • clearTenant: Boolean
  • addPostIDs: [ID!]
  • removePostIDs: [ID!]
  • clearPosts: Boolean
  • addEducationCreditIDs: [ID!]
  • removeEducationCreditIDs: [ID!]
  • clearEducationCredits: Boolean
  • addCertificateSurveyQuestionIDs: [ID!]
  • removeCertificateSurveyQuestionIDs: [ID!]
  • clearCertificateSurveyQuestions: Boolean
  • addVideoIDs: [ID!]
  • removeVideoIDs: [ID!]
  • clearVideos: Boolean
  • }

link Require by