OBJECT
TrainingType
link GraphQL Schema definition
- type TrainingType {
- ID! :
- # Training's name
- String! :
- # Descriptive details about the training
- String! :
- CourseType! :
- UserType!]! : [
- # An object describing the metrics to be used. (Optional)
- String! :
- SessionType!]! : [
- QuizType!]! : [
- }