I have this error while testing apollo-angular on angular 14
Error: node_modules/apollo-angular/types.d.ts:11:54 - error TS2312: An interface can only extend an object type or intersection of object types with statically known members.
11 export interface MutationResult<TData = any> extends FetchResult { ~~~~~~~~~~~~~~~~~~ how to reproduce the error:
- Create a new angular 14 project
- add apollo-angular on the project like here in the doc https://apollo-angular.com/docs/get-started
Can you help me? I really need to solve this problem now