Skip to content

Commit

Permalink
Merge branch 'pbac-update-user-roles' of https://github.com/CBIIT/crd…
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandro-Vega committed Dec 31, 2024
2 parents ee86b10 + 421d99a commit 8cf513c
Show file tree
Hide file tree
Showing 19 changed files with 2,317 additions and 256 deletions.
9 changes: 9 additions & 0 deletions src/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ const cache = new InMemoryCache({
Collaborator: {
keyFields: ["collaboratorID"],
},
PBACDefaults: {
keyFields: ["role"],
},
Permission: {
keyFields: false,
},
Notification: {
keyFields: false,
},
},
});

Expand Down
Loading

0 comments on commit 8cf513c

Please sign in to comment.