feat: team invitation caching

This commit is contained in:
Andrew Bastin
2021-10-20 15:33:20 +05:30
parent ae304b5af7
commit 8561a7547f
3 changed files with 51 additions and 0 deletions

View File

@@ -9,4 +9,5 @@ export const optimisticDefs: GraphCacheOptimisticUpdaters = {
name: newName,
}),
removeTeamMember: () => true,
revokeTeamInvitation: () => true,
}