Skip to main content

Note

No description

type Note {
id: ID!
course: Course!
section: Section
lesson: Lesson
user: ID!
createdAt: Date!
updatedAt: Date!
body: String!
lessonTitle: String
topicTitle: String
topic: Topic
textPosition: Int
textSelection: String
cleanTextSelection: String
}

Fields

Note.id ● ID! non-null scalar

Note.course ● Course! non-null object

Note.section ● Section object

Note.lesson ● Lesson object

Note.user ● ID! non-null scalar

Note.createdAt ● Date! non-null scalar

Note.updatedAt ● Date! non-null scalar

Note.body ● String! non-null scalar

Note.lessonTitle ● String scalar

Note.topicTitle ● String scalar

Note.topic ● Topic object

Note.textPosition ● Int scalar

Note.textSelection ● String scalar

Note.cleanTextSelection ● String scalar