Skip to content
Snippets Groups Projects
Commit 7d2b953b authored by Julian's avatar Julian
Browse files

Add title to fields of the LessonEventType

parent 104f7db5
No related branches found
No related tags found
1 merge request!356Resolve "Title field of lesson in graphql"
Pipeline #191555 failed
......@@ -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