Change usages of the GraphQLError
type to GraphQLFormattedError
.
#2707
Annotations
4 errors
src/core/ApolloClient.ts#L575
Type 'Observable<FetchResult>' is not assignable to type 'Observable<ExecutionResult<ObjMap<unknown>, ObjMap<unknown>>>'.
|
src/link/error/index.ts#L41
Type 'ExecutionPatchInitialResult<Record<string, any>, Record<string, any>> | SingleExecutionResult<Record<string, any>, Record<string, any>, Record<...>>' is not assignable to type 'ExecutionResult<ObjMap<unknown>, ObjMap<unknown>> | undefined'.
|
src/link/subscriptions/index.ts#L59
Type '(value: FetchResult) => void' is not assignable to type '(value: ExecutionResult<FetchResult, unknown>) => void'.
|
|
This job failed
Loading