diff --git a/packages/twenty-front/src/modules/apollo/hooks/useApolloFactory.ts b/packages/twenty-front/src/modules/apollo/hooks/useApolloFactory.ts index 104364957cda..2b72e2c9a96e 100644 --- a/packages/twenty-front/src/modules/apollo/hooks/useApolloFactory.ts +++ b/packages/twenty-front/src/modules/apollo/hooks/useApolloFactory.ts @@ -54,8 +54,8 @@ export const useApolloFactory = (options: Partial> = {}) => { }), }, defaultOptions: { - query: { - fetchPolicy: 'cache-first', + watchQuery: { + fetchPolicy: 'cache-and-network', }, }, connectToDevTools: isDebugMode,