Skip to content
Snippets Groups Projects
amendLesson.graphql 372 B
Newer Older
mutation createAmendLesson($input: CreateLessonEventInput!) {
  amendLesson(input: $input) {
    lessonEvent {
      id
      amends {
        id
      }
      datetimeStart
      datetimeEnd
      subject {
        id
      }
      teachers {
        id
      }
      groups {
        id
      }
      rooms {
        id
      }