Skip to content

Commit 21259dd

Browse files
Add generics
Co-authored-by: Lenz Weber-Tronic <lorenz.weber-tronic@apollographql.com>
1 parent 71107e9 commit 21259dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/development-testing/static-typing.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ The following utility types are available to override:
768768
- `Complete<TData>` - Type returned when `dataState` is `"complete"`
769769
- `Streaming<TData>` - Type returned when `dataState` is `"streaming"` (for `@defer` queries)
770770
- `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
772772

773773
For more information about data masking types specifically, see the [data masking guide](../data/fragments#defining-your-own-masking-types-using-higher-kinded-types).
774774

0 commit comments

Comments
 (0)