Skip to content

Commit

Permalink
feat: Event Volunteers (PalisadoesFoundation#1774)
Browse files Browse the repository at this point in the history
* feat: add Event Volunteer collectionand CRUD mutations/queries

* write tests for createEventVolunteer and updateEventVolunteer

* write tests for eventVolunteersByEvent and removeEventVolunteers

* fix formatting

* better code coverage

* fix formatting

* better code coverage

* fix formatting

* better code coverage

* fix linting test
  • Loading branch information
lakshz authored Feb 14, 2024
1 parent 0e25dde commit 9eb305d
Show file tree
Hide file tree
Showing 31 changed files with 1,380 additions and 57 deletions.
1 change: 1 addition & 0 deletions codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ const config: CodegenConfig = {
EventAttendee: "../models/EventAttendee#InterfaceEventAttendee",

UserFamily: "../models/userFamily#InterfaceUserFamily",
EventVolunteer: "../models/EventVolunteer#InterfaceEventVolunteer",

Feedback: "../models/Feedback#InterfaceFeedback",

Expand Down
Loading

0 comments on commit 9eb305d

Please sign in to comment.