Mirror: The highly customizable and versatile GraphQL client with which you add on features like normalized caching as you grow.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixes graphcache warning & error links (#549)

authored by

Than Tibbetts and committed by
GitHub
4ff950e2 c3373178

+1 -1
+1 -1
exchanges/graphcache/src/helpers/help.ts
··· 9 9 type DebugNode = ExecutableDefinitionNode | InlineFragmentNode; 10 10 11 11 const helpUrl = 12 - '\nhttps://github.com/FormidableLabs/urql-exchange-graphcache/blob/master/docs/help.md#'; 12 + '\nhttps://github.com/FormidableLabs/urql/blob/master/docs/graphcache/help.md#'; 13 13 const cache = new Set<string>(); 14 14 15 15 export const currentDebugStack: string[] = [];