pupilfirst/pupilfirst

View on GitHub
app/graphql/types/course_resource_type.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
module Types
  class CourseResourceType < Types::BaseEnum
    value "Cohort", "Cohorts in the course"
    value "StudentTag", "Student tags in the course"
    value "UserTag", "User tags in the course"
    value "Coach", "Coaches in the course"
  end
end