INPUT_OBJECT

CreateLearningObjectiveInput

CreateLearningObjectiveInput is used for create LearningObjective object. Input was generated by ent.

link GraphQL Schema definition

  • input CreateLearningObjectiveInput {
  • name: String!
  • surveyQuestion: String
  • tenantID: ID
  • postIDs: [ID!]
  • educationCreditIDs: [ID!]
  • certificateSurveyQuestionIDs: [ID!]
  • videoIDs: [ID!]
  • }

link Require by