Skip to content

fix(deps): update dependency @apollo/client to ^3.12.5 #170

fix(deps): update dependency @apollo/client to ^3.12.5

fix(deps): update dependency @apollo/client to ^3.12.5 #170

Triggered via pull request December 25, 2024 22:52
Status Failure
Total duration 41s
Artifacts

code.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Code quality / /: 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>'.
Code quality / /: 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>>'.
Code quality / /: 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>'.
Code quality / /: src/Hooks/UseServiceQuery.ts#L99
Type 'NonNullable<MaybeMasked<DATA>> | null' is not assignable to type 'DATA | null'.
Code quality / /
Process completed with exit code 2.
Type check / /: 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>'.
Type check / /: 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>>'.
Type check / /: 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>'.
Type check / /: src/Hooks/UseServiceQuery.ts#L99
Type 'NonNullable<MaybeMasked<DATA>> | null' is not assignable to type 'DATA | null'.
Type check / /
Process completed with exit code 2.