Skip to content

Commit

Permalink
feat: add PHO access filters (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
wvxcheung authored Aug 15, 2024
1 parent 2ff3d27 commit f71fcf0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions graphql/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ export const groups: { readonly [authGroup: string]: AuthFilters } = {
whereIn: ['datasetID', ['NML-WWPCR', 'NML-GXWW', 'onsite-GXWW']],
},
},
pho: {
sites:{
whereIn: ['healthReg', ['Dryden', 'Kenora']]
}
},
open: {
sites: {
where: ['siteID', 'thisiddoesnotexist'],
Expand Down

0 comments on commit f71fcf0

Please sign in to comment.