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
Copy file name to clipboardExpand all lines: docs/source/development-testing/static-typing.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -768,7 +768,7 @@ The following utility types are available to override:
768
768
-`Complete<TData>` - Type returned when `dataState` is `"complete"`
769
769
-`Streaming<TData>` - Type returned when `dataState` is `"streaming"` (for `@defer` queries)
770
770
-`Partial<TData>` - Type returned when `dataState` is `"partial"`
771
-
-`AdditionalApolloLinkResultTypes` - Additional types that can be returned from Apollo Link operations
771
+
-`AdditionalApolloLinkResultTypes<TData, TExtensions>` - Additional types that can be returned from Apollo Link operations
772
772
773
773
For more information about data masking types specifically, see the [data masking guide](../data/fragments#defining-your-own-masking-types-using-higher-kinded-types).
0 commit comments