Skip to content

Commit

Permalink
Add require adult reservee to GraphQL schema
Browse files Browse the repository at this point in the history
  • Loading branch information
matti-lamppu committed Feb 5, 2025
1 parent 9301552 commit 4d2beed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ class Meta:
# Booleans
"is_draft",
"is_archived",
"require_adult_reservee",
"require_reservation_handling",
"reservation_block_whole_day",
"can_apply_free_of_charge",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class Meta:
# Booleans
"is_draft",
"is_archived",
"require_adult_reservee",
"require_reservation_handling",
"reservation_block_whole_day",
"can_apply_free_of_charge",
Expand Down

0 comments on commit 4d2beed

Please sign in to comment.