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 tags found
1 merge request!356Resolve "Title field of lesson in graphql"
Pipeline #191563 failed
...@@ -40,6 +40,7 @@ class LessonEventType(DjangoObjectType): ...@@ -40,6 +40,7 @@ class LessonEventType(DjangoObjectType):
model = LessonEvent model = LessonEvent
fields = ( fields = (
"id", "id",
"title",
"amends", "amends",
"datetime_start", "datetime_start",
"datetime_end", "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