OBJECT

OfferingCourse

Offering Course

link GraphQL Schema definition

  • type OfferingCourse {
  • # course
  • course: Course
  • # id of related course
  • course_id: ID!
  • # created at
  • created_at: String!
  • # The unique identifier of the join
  • id: ID!
  • # id of related offering
  • offering_id: ID
  • # udpated at
  • updated_at: String!
  • }