-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add view families permission, restrict child/guardian info with it
- children and guardians graphql endpoints (i.e. Children query and Guardians query) will now raise permission denied error if user does not have permission to view families - user can't see any guardian's contact info (i.e. email and phone number) without view families permission, except their own also: - refactor permission handling a bit to reduce code duplication refs KK-1403
- Loading branch information
1 parent
2e1e03e
commit e89195b
Showing
14 changed files
with
455 additions
and
249 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
Oops, something went wrong.