Skip to content

✨フロント側のApollo Clientの設定 #23

✨フロント側のApollo Clientの設定

✨フロント側のApollo Clientの設定 #23

Triggered via pull request September 18, 2023 14:18
Status Failure
Total duration 1m 14s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

pr-check.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
type: src/gql/fragment-masking.ts#L1
Cannot find module '@graphql-typed-document-node/core' or its corresponding type declarations.
type: src/gql/gql.ts#L3
Cannot find module '@graphql-typed-document-node/core' or its corresponding type declarations.
type: src/gql/graphql.ts#L2
Cannot find module '@graphql-typed-document-node/core' or its corresponding type declarations.
type: src/server/src/schema/generated/resolvers/Mutation/createPost.ts#L2
Type '(_parent: {}, _arg: RequireFields<MutationcreatePostArgs, "input">, _ctx: GraphQLContext) => Promise<void>' is not assignable to type 'NonNullable<Resolver<ResolverTypeWrapper<(Error & { __typename?: "AuthenticationError"; message: string; } & { __typename: "AuthenticationError"; }) | (Omit<CreatePostSuccess, "post"> & { ...; } & { ...; })>, {}, GraphQLContext, RequireFields<...>> | undefined>'.
type: src/server/src/schema/generated/resolvers/Query/hello.ts#L2
Type '(_parent: {}, _arg: {}, _ctx: GraphQLContext) => Promise<void>' is not assignable to type 'NonNullable<Resolver<ResolverTypeWrapper<string>, {}, GraphQLContext, {}> | undefined>'.
type: src/server/src/schema/generated/resolvers/Query/posts.ts#L2
Type '(_parent: {}, _arg: Partial<QuerypostsArgs>, _ctx: GraphQLContext) => Promise<void>' is not assignable to type 'NonNullable<Resolver<ResolverTypeWrapper<(Error & { __typename?: "AuthenticationError"; message: string; } & { __typename: "AuthenticationError"; }) | (Omit<PostConnection, "nodes" | "edges"> & { ...; } & { ...; })>, {}, GraphQLContext, Partial<...>> | undefined>'.
type
Process completed with exit code 1.