update graphql to 17 - #9920
Draft
trickreich wants to merge 1 commit into
Draft
Annotations
10 errors
|
Run pnpm test:types:
packages/core/src/lib/admin-meta-graphql.ts#L206
Type 'GField<ActionMetaSource_ & Omit<ActionMeta, keyof ActionMetaSource_>, any, GNonNull<GEnumType<{ follow: "follow"; refetch: "refetch"; return: "return"; }>>, ImpliedResolver<...>, KeystoneContext>' is not assignable to type 'GField<ActionMetaSource, any, any, unknown, KeystoneContext>'.
|
|
Run pnpm test:types:
packages/core/src/lib/admin-meta-graphql.ts#L122
Type 'GField<FieldMetaSource_ & Omit<FieldMeta, "views" | keyof FieldMetaSource_ | "controller">, any, GEnumType<{ default: "default"; insensitive: "insensitive"; }>, ImpliedResolver<...>, KeystoneContext>' is not assignable to type 'GField<FieldMetaSource, any, any, "default" | "insensitive" | null, KeystoneContext>'.
|
|
Run pnpm test:types:
packages/core/src/lib/admin-meta-graphql.ts#L110
Type 'GField<{ fieldMode: EmptyResolver<"read" | "hidden">; }, any, GNonNull<GEnumType<{ read: "read"; hidden: "hidden"; }>>, ImpliedResolver<any, GNonNull<GEnumType<{ read: "read"; hidden: "hidden"; }>>, KeystoneContext>, KeystoneContext>' is not assignable to type 'GField<{ fieldMode: EmptyResolver<"read" | "hidden">; }, any, any, EmptyResolver<"read" | "hidden">, KeystoneContext>'.
|
|
Run pnpm test:types:
packages/core/src/lib/admin-meta-graphql.ts#L74
Type '({ listKey, fieldKey, itemView, item, itemField }: FieldMetaSource_ & Omit<FieldMeta, "views" | keyof FieldMetaSource_ | "controller">, _: {}, context: KeystoneContext) => Promise<...>' is not assignable to type '((source: FieldMetaSource_ & Omit<FieldMeta, "views" | keyof FieldMetaSource_ | "controller">, args: {}, context: KeystoneContext, info: GraphQLResolveInfo) => Promise<...>) & (({ listKey, fieldKey, itemView, item, itemField }: FieldMetaSource_ & Omit<...>, _: {}, context: KeystoneContext) => Promise<...>)'.
|
|
Run pnpm test:types:
packages/core/src/lib/admin-meta-graphql.ts#L67
Type 'GField<FieldMetaSource_ & Omit<FieldMeta, "views" | keyof FieldMetaSource_ | "controller">, any, GNonNull<GEnumType<{ form: "form"; sidebar: "sidebar"; }>>, ImpliedResolver<...>, KeystoneContext>' is not assignable to type 'GField<FieldMetaSource, any, any, unknown, KeystoneContext>'.
|
|
Run pnpm test:types:
packages/core/src/lib/admin-meta-graphql.ts#L19
Type 'GField<FieldMetaSource_ & Omit<FieldMeta, "views" | keyof FieldMetaSource_ | "controller">, any, GList<GNonNull<GEnumType<{ update: "update"; read: "read"; create: "create"; }>>>, ImpliedResolver<...>, KeystoneContext>' is not assignable to type 'GField<FieldMetaSource, any, any, ("update" | "read" | "create")[], KeystoneContext>'.
|
|
Run pnpm test:types:
packages/core/src/fields/types/virtual/index.ts#L76
No overload matches this call.
|
|
Run pnpm test:types:
packages/core/src/fields/types/select/index.ts#L194
Type 'string | undefined' is not assignable to type 'null | undefined'.
|
|
Run pnpm test:types:
packages/core/src/fields/types/image/index.ts#L75
Type 'GField<ImageData, any, GNonNull<GEnumType<{ jpg: "jpg"; png: "png"; webp: "webp"; gif: "gif"; }>>, ImpliedResolver<any, GNonNull<GEnumType<{ jpg: "jpg"; png: "png"; webp: "webp"; gif: "gif"; }>>, KeystoneContext>, KeystoneContext>' is not assignable to type 'GField<ImageData, any, any, "jpg" | "png" | "webp" | "gif", KeystoneContext>'.
|
|
Run pnpm test:types:
packages/core/src/admin-ui/context.tsx#L224
Type 'UploadHttpLink' is not assignable to type 'ApolloLink'.
|
background
wait
wait-all
cancel
parallel
Loading