Skip to content
Snippets Groups Projects
Commit 9c982ca5 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Merge branch '249-title-field-of-lesson-in-graphql' into 'master'

Resolve "Title field of lesson in graphql"

Closes #249

See merge request !356
parents 104f7db5 7d2b953b
No related branches found
No related tags found
1 merge request!356Resolve "Title field of lesson in graphql"
Checking pipeline status
......@@ -40,6 +40,7 @@ class LessonEventType(DjangoObjectType):
model = LessonEvent
fields = (
"id",
"title",
"amends",
"datetime_start",
"datetime_end",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment