Skip to content

Commit

Permalink
feat: kingston integration (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
wvxcheung authored Jan 7, 2025
1 parent f2d7cde commit cc39345
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions graphql/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,20 @@ export const groups: { readonly [authGroup: string]: AuthFilters } = {
wastewatermpox: {
where: ['Location', 'thisiddoesnotexist'],
},
},
kcb:{
sites:{
where: ['healthReg', "Kingston"]
},
datasets: {
whereNotIn: ['datasetID',['NML-WWMPOX']],
},
measures: {
whereNotIn: ['measure', ["g2rNML", "g2rG", "g2rWA"]]
},
wastewatermpox: {
where: ['Location', 'thisiddoesnotexist'],
},
}
};

Expand Down

0 comments on commit cc39345

Please sign in to comment.