feat: team invitation caching

This commit is contained in:
Andrew Bastin
2021-10-20 15:33:20 +05:30
committed by liyasthomas
parent 7ba00bee0b
commit f0a6fc641a
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,
}