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.

Update Graphcache documentation links (#530)

authored by

Sean Hagstrom and committed by
GitHub
cb983a73 1076b9b9

+6 -6
+6 -6
exchanges/graphcache/README.md
··· 108 108 Without partial results it becomes difficult to deliver an offline UI 109 109 safely, when just some bits of information are missing. 110 110 111 - Read more about the [architecture](./docs/architecture.md) 111 + Read more about the [architecture](../../docs/graphcache/architecture.md) 112 112 113 113 ## Usage 114 114 ··· 128 128 Keys are used when you need a slight alteration to the value of your identifier or 129 129 when the identifier is a non-traditional property. 130 130 131 - [Read more](./docs/keys.md) 131 + [Read more](../../docs/graphcache/keys.md) 132 132 133 133 ### Resolvers 134 134 135 135 Resolvers are needed when you want to do additional resolving, for example do some 136 136 custom date formatting. 137 137 138 - [Read more](./docs/resolvers.md) 138 + [Read more](../../docs/graphcache/resolvers.md) 139 139 140 140 ### Updates 141 141 ··· 143 143 incorporate. Let's say you delete/add an item, it's hard for us to know you wanted to 144 144 delete or where to add an item in a list. 145 145 146 - [Read more](./docs/updates.md) 146 + [Read more](../../docs/graphcache/updates.md) 147 147 148 148 ### Optimistic 149 149 ··· 151 151 to respond but offer the user to instantly replace the data with the variables from the 152 152 mutation. 153 153 154 - [Read more](./docs/optimistic.md) 154 + [Read more](../../docs/graphcache/optimistic.md) 155 155 156 156 ### Schema 157 157 158 158 Our way to see what your backend schema looks like, this offers additional functionality. 159 159 160 - [Read more](./docs/schema.md) 160 + [Read more](../../docs/graphcache/schema.md) 161 161 162 162 ## Maintenance Status 163 163