OBJECT
LearningObjective
link GraphQL Schema definition
- type LearningObjective implements Node {
- : ID!
- : String!
- : String
- # The tenant that the topic belongs to.
- : Tenant
- # The posts that have this learning objective.
- : [Post!]
- # The credits that have this learning objective.
- : [EducationCredit!]
- # The survey questions that have this learning objective.
- : [CertificateSurveyQuestion!]
- : [Video!]
- : [PostLearningObjective!]
- }