Skip to main content

Lesson

No description

type Lesson {
id: ID!
title: String
slug: Slug!
accessLevel: AccessLevel
section: Section
slugOrId: String
topics: [PageResource!]!
}

Fields

Lesson.id ● ID! non-null scalar

Lesson.title ● String scalar

Lesson.slug ● Slug! non-null scalar

Lesson.accessLevel ● AccessLevel enum

Lesson.section ● Section object

Lesson.slugOrId ● String scalar

Lesson.topics ● [PageResource!]! non-null union

Member of

Course object ● Note object ● Section object