[WIP] Add list support to useFragment
#6525
Annotations
3 errors
Api-Extractor
Process completed with exit code 1.
|
Api-Extractor:
src/core/ApolloClient.ts#L1223
Type 'WatchFragmentResult<unknown>' is not assignable to type 'WatchFragmentResult<TData> | WatchFragmentResult<TData>[]'.
|
Api-Extractor:
src/core/ApolloClient.ts#L1218
Argument of type 'OperatorFunction<WatchFragmentResult<TData> | WatchFragmentResult<TData>[], WatchFragmentResult<TData> | WatchFragmentResult<...>[]>' is not assignable to parameter of type 'OperatorFunction<WatchFragmentResult<unknown>, WatchFragmentResult<TData> | WatchFragmentResult<TData>[]>'.
|