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.

shorten help urls (#581)

authored by

Jovi De Croock and committed by
GitHub
17e0c0b2 fcb58885

+2 -4
+1 -2
exchanges/graphcache/src/helpers/help.ts
··· 27 27 28 28 type DebugNode = ExecutableDefinitionNode | InlineFragmentNode; 29 29 30 - const helpUrl = 31 - '\nhttps://github.com/FormidableLabs/urql/tree/master/exchanges/graphcache/help.md#'; 30 + const helpUrl = '\nhttps://bit.ly/38yWDau#'; 32 31 const cache = new Set<string>(); 33 32 34 33 export const currentDebugStack: string[] = [];
+1 -2
exchanges/populate/src/helpers/help.ts
··· 22 22 | 18 23 23 | 19; 24 24 25 - const helpUrl = 26 - '\nhttps://github.com/FormidableLabs/urql/tree/master/exchanges/graphcache/help.md#'; 25 + const helpUrl = '\nhttps://bit.ly/38yWDau#'; 27 26 const cache = new Set<string>(); 28 27 29 28 export function invariant(