diff --git a/frontend/src/graphql.ts b/frontend/src/graphql.ts index 550afdae..01f45e48 100644 --- a/frontend/src/graphql.ts +++ b/frontend/src/graphql.ts @@ -27,6 +27,10 @@ import schema from "./gql/schema"; const cache = cacheExchange({ schema, + keys: { + // This is embedded in the `User` entity and has no ID + MatrixUser: () => null, + }, updates: { Mutation: { addEmail: (result, args: MutationAddEmailArgs, cache, _info) => {