Answers for "Subsequent property declarations must have the same type. Property 'cacheControl' must be of type '{ setCacheHint: (hint: CacheHint) => void; cacheHint: CacheHint; }', but here has type 'ResolveInfoCacheControl'."

0

Subsequent property declarations must have the same type. Property 'cacheControl' must be of type '{ setCacheHint: (hint: CacheHint) => void; cacheHint: CacheHint; }', but here has type 'ResolveInfoCacheControl'.

Make sure all apollo packages (apollo-server, apollo-server-express, apollo-server-core) have the eact same version
Posted by: Guest on July-31-2021

Code answers related to "Subsequent property declarations must have the same type. Property 'cacheControl' must be of type '{ setCacheHint: (hint: CacheHint) => void; cacheHint: CacheHint; }', but here has type 'ResolveInfoCacheControl'."

Browse Popular Code Answers by Language