Skip to content

Commit

Permalink
Add application section relay node entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-lamppu committed Dec 10, 2024
1 parent 99aceed commit a993056
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tilavarauspalvelu/api/graphql/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ class Query(graphene.ObjectType):
application_rounds = ApplicationRoundNode.Connection()
application = ApplicationNode.Node()
applications = ApplicationNode.Connection()
application_section = ApplicationSectionNode.Node()
application_sections = ApplicationSectionNode.Connection()
allocated_time_slots = AllocatedTimeSlotNode.Connection()
affecting_allocated_time_slots = DjangoListField(
Expand Down

0 comments on commit a993056

Please sign in to comment.