-
-
Notifications
You must be signed in to change notification settings - Fork 960
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add tag folder, event, venue, agenda folder, agenda item graphql impl…
…ementation (#2793) * update drizzle schema added new table for managing the folders associated to tags replacing the previous implementation of a tag acting as both a tag and a folder updated the graphql operations associated to tags modified the drizzle schema associated to event and venue to better represent the relationships and constraints * add tag folders graphql implementation added graphql implementation for handling read/write operations for a tag folder added graphql implementation for handling read operations for relations between organization, tag and tag folder * add event graphql implementation added graphql implementation for handling read/write operations for an event added graphql implementation for handling read operations for relations between organization and event * add venue graphql implementation added graphql implementation for handling read/write operations for a venue added graphql implementation for handling read operations for relations between organization and venue * add venue booking graphql implementation added graphql implementation for handling read/write operations for a venue booking added graphql implementation for handling read operations for relations between event, venue and venue booking * add agenda folder graphql implementation added graphql implementation for handling read/write operations for an agenda folder added graphql implementation for handling read operations for relations between event and agenda folder * add agenda item graphql implementation added graphql implementation for handling read/write operations for an agenda item added graphql implementation for handling read operations for relations between agenda folder and agenda item
- Loading branch information
Showing
142 changed files
with
10,395 additions
and
1,407 deletions.
There are no files selected for viewing
128 changes: 50 additions & 78 deletions
128
...rations/20241220133049_many_onslaught.sql → .../20241226151206_massive_grey_gargoyle.sql
Large diffs are not rendered by default.
Oops, something went wrong.
791 changes: 279 additions & 512 deletions
791
...rations/meta/20241220133049_snapshot.json → ...rations/meta/20241226151206_snapshot.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
src/drizzle/enums/eventAttendeeRegistrationInviteStatus.ts
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.