diff --git a/graphql/auth.ts b/graphql/auth.ts index 8f3517d..1e0df3b 100644 --- a/graphql/auth.ts +++ b/graphql/auth.ts @@ -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'],