-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'associated' resolver and refactor
This commit adds a new resolver 'associated' that returns an array of IDs of users associated with the passed queries, i.e. users directly associated and all staff. As part of this, refactoring was necessary so other resovlers could make use of this. Includes: - 'associated' resolver - 'allStaff' resolver - Modify upsertQueryUsers resolver to use 'associated' and 'allStaff'
- Loading branch information
Andrew Isherwood
committed
Sep 16, 2020
1 parent
7386eef
commit 7ac473d
Showing
3 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
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
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