-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gql: add field "assignedSchedules" to type "User" (#3231)
* add target to OnCallShift in schema * inline call * update schema - todo: gql hanging on query * remove temp sched broken ref * limit HistoryBySchedule to 3 concurrent calls * fix tests * revert * use sqlc * fix * move * lint * use validate many * remove unused used userIDs arg * simplify query calls * use passed db for transaction * fix func call * convert to NullUUID within gql layer * remove unused query reference * fix query reference --------- Co-authored-by: Nathaniel Caza <[email protected]>
- Loading branch information
1 parent
b065948
commit 8480382
Showing
12 changed files
with
327 additions
and
18 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.