fix(deps): update dependency @apollo/client to ^3.12.4 #1842
Annotations
5 errors
Run technology-studio/github-workflows/.github/actions/install-dependencies@main:
src/Hooks/UseServiceMutation.ts#L105
Argument of type '(options?: MutationFunctionOptions<DATA, ATTRIBUTES, DefaultContext, ApolloCache<any>> | undefined) => Promise<...>' is not assignable to parameter of type 'MutateFunction<DATA, ATTRIBUTES>'.
|
Run technology-studio/github-workflows/.github/actions/install-dependencies@main:
src/Hooks/UseServiceMutation.ts#L106
Argument of type 'Promise<FetchResult<DATA>> | Promise<FetchResult<MaybeMasked<DATA>>>' is not assignable to parameter of type 'Promise<FetchResult<DATA>>'.
|
Run technology-studio/github-workflows/.github/actions/install-dependencies@main:
src/Hooks/UseServiceMutation.ts#L127
Type '{ mutation: Typify<MutationResult<DATA>>; data: NonNullable<MaybeMasked<DATA>> | null; isFetching: boolean; call: (variables: ATTRIBUTES, callAttributes?: CALL_ATTRIBUTES) => Promise<...>; }' is not assignable to type 'MutationServiceProp<ATTRIBUTES, DATA, CALL_ATTRIBUTES>'.
|
Run technology-studio/github-workflows/.github/actions/install-dependencies@main:
src/Hooks/UseServiceQuery.ts#L99
Type 'NonNullable<MaybeMasked<DATA>> | null' is not assignable to type 'DATA | null'.
|
Run technology-studio/github-workflows/.github/actions/install-dependencies@main
Process completed with exit code 2.
|
Loading