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.

fix(docs): fix typo'd URL (#3629)

authored by

Ian Kerins and committed by
GitHub
1059b6ef 4e52cf07

+1 -1
+1 -1
docs/architecture.md
··· 10 10 11 11 - Bindings — such as for React, Preact, Vue, or Svelte — which interact with `@urql/core`'s 12 12 `Client`. 13 - - The Client — as created [with the core `@urql/core` package](./basics/code.md), which interacts with "exchanges" to execute GraphQL 13 + - The Client — as created [with the core `@urql/core` package](./basics/core.md), which interacts with "exchanges" to execute GraphQL 14 14 operations, and which you can also use directly. 15 15 - Exchanges, which provide functionality like fetching or caching to the `Client`. 16 16