diff --git a/projects/natural/src/lib/services/abstract-model.service.ts b/projects/natural/src/lib/services/abstract-model.service.ts index 075dc5af..cd69bd6d 100644 --- a/projects/natural/src/lib/services/abstract-model.service.ts +++ b/projects/natural/src/lib/services/abstract-model.service.ts @@ -175,6 +175,7 @@ export abstract class NaturalAbstractModelService< query: this.oneQuery, variables: this.getVariablesForOne(id), fetchPolicy: 'cache-and-network', + nextFetchPolicy: 'cache-only', }); const subscription = queryRef.valueChanges.pipe(filter(r => !!r.data)).subscribe(result => {