modify event view & event participation with new permission - #687

This commit is contained in:
Laurent GAY
2025-11-12 21:18:09 +01:00
committed by setop
parent 7b6c06d233
commit 5a020ae216
7 changed files with 246 additions and 48 deletions

View File

@@ -13,6 +13,7 @@ let mockClient: MockApolloClient | null;
export let requestHandlers: Record<string, RequestHandler>;
export function getMockClient(queries: Array<any>): any {
cache.reset();
mockClient = createMockClient({
cache,
resolvers: buildCurrentUserResolver(cache),