Allow StoreProduct.image to receive arguments #8715
Annotations
3 errors and 1 warning
FastStore
Type '{ productID: ({ itemId }: Root) => string; name: ({ isVariantOf, name }: Root) => string; slug: ({ isVariantOf: { linkText }, itemId }: Root) => string; description: ({ isVariantOf: { description } }: Root) => string; seo: ({ isVariantOf }: Root) => { title: string; description: string; canonical: string; }; ... 10 ...' is not assignable to type 'Record<string, Resolver<Root>> & { offers: Resolver<Root, any, EnhancedCommercialOffer<Seller, Root>[]>; isVariantOf: Resolver<...>; image: Resolver<...>; }'.
|
FastStore
Type '{ productID: ({ itemId }: Root) => string; name: ({ isVariantOf, name }: Root) => string; slug: ({ isVariantOf: { linkText }, itemId }: Root) => string; description: ({ isVariantOf: { description } }: Root) => string; seo: ({ isVariantOf }: Root) => { title: string; description: string; canonical: string; }; ... 10 ...' is not assignable to type 'Record<string, Resolver<Root>> & { offers: Resolver<Root, any, EnhancedCommercialOffer<Seller, Root>[]>; isVariantOf: Resolver<...>; image: Resolver<...>; }'.
|
FastStore
Process completed with exit code 2.
|
FastStore
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|