OBJECT

CourseBenefit

A Course Benefit

link GraphQL Schema definition

  • type CourseBenefit {
  • # Benefit of a course
  • benefit: String
  • # Course ID of benefit
  • course_id: ID
  • # The unique identifier of the benefit
  • id: ID!
  • }