You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: docs/cache-configuration.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -154,4 +154,4 @@ The cache normally obtains `__typename` information by adding the `__typename` f
154
154
155
155
### The `fields` Property
156
156
157
-
The final property within `TypePolicy` is the `fields` property, which is a map from string field names to `FieldPolicy` objects. For more information on this field, see [Customizing the behavior of cached fields](field-policies.md).
157
+
The final property within `TypePolicy` is the `fields` property, which is a map from string field names to `FieldPolicy` objects.
Copy file name to clipboardExpand all lines: docs/how-it-works.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -26,25 +26,25 @@ Ferry is made up of several individual packages:
26
26
|[![version][package:ferry_hive_store:version]][package:ferry_hive_store]|[package:ferry_hive_store][package:ferry_hive_store:source]| Hive implementation of `ferry_store`|
27
27
|[![version][package:normalize:version]][package:normalize]|[package:normalize][package:normalize:source]| Normalization / denormalization of GraphQL data |
0 commit comments