Skip to content

update apollo and graphql #209

update apollo and graphql

update apollo and graphql #209

Triggered via pull request August 30, 2023 18:30
Status Failure
Total duration 59s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
build: lib/EasyDirectiveVisitor.ts#L310
Unused '@ts-expect-error' directive.
build: lib/ValidateDirectiveVisitor.ts#L919
'DirectiveLocation' refers to a value, but is being used as a type here. Did you mean 'typeof DirectiveLocation'?
build: lib/ValidateDirectiveVisitor.ts#L1013
Argument of type 'GraphQLField<unknown, TContext, { [key: string]: any; }> | GraphQLFieldConfig<unknown, TContext, TArgs>' is not assignable to parameter of type 'GraphQLField<unknown, TContext, { [key: string]: any; }> | GraphQLFieldConfig<unknown, TContext, { [argName: string]: any; }>'.
build: lib/ValidateDirectiveVisitor.ts#L1019
Argument of type 'GraphQLField<unknown, TContext, { [key: string]: any; }> | GraphQLFieldConfig<unknown, TContext, TArgs>' is not assignable to parameter of type 'GraphQLField<unknown, TContext, { [key: string]: any; }> | GraphQLFieldConfig<unknown, TContext, { [argName: string]: any; }>'.
build: lib/ValidateDirectiveVisitor.ts#L1070
Argument of type 'GraphQLField<any, TContext, { [key: string]: any; }>' is not assignable to parameter of type 'GraphQLField<unknown, TContext, unknown>'.
build: lib/errors/AuthenticationError.ts#L6
Argument of type '{ extensions: { code: string; }; }' is not assignable to parameter of type 'Maybe<ASTNode | readonly ASTNode[]>'.
build: lib/errors/ForbiddenError.ts#L6
Argument of type '{ extensions: { code: string; }; }' is not assignable to parameter of type 'Maybe<ASTNode | readonly ASTNode[]>'.
build: lib/errors/ValidationError.ts#L11
Argument of type '{ extensions: { code: string; }; }' is not assignable to parameter of type 'Maybe<ASTNode | readonly ASTNode[]>'.
build: lib/hasPermissions.ts#L221
'DirectiveLocation' refers to a value, but is being used as a type here. Did you mean 'typeof DirectiveLocation'?
build: node_modules/@apollo/federation-internals/dist/definitions.d.ts#L1
Module '"graphql"' has no exported member 'ConstArgumentNode'.