diff --git a/packages/twenty-front/src/modules/apollo/hooks/useApolloFactory.ts b/packages/twenty-front/src/modules/apollo/hooks/useApolloFactory.ts index 2b72e2c9a..104364957 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: { - watchQuery: { - fetchPolicy: 'cache-and-network', + query: { + fetchPolicy: 'cache-first', }, }, connectToDevTools: isDebugMode,