GraphQL productAppendImages AND assign to variants

Hi,

With the REST API, one can create product images and specify variant_ids as variants which have that image, in a single API call: https://shopify.dev/api/admin-rest/2022-01/resources/product-image#post-products-product-id-images

With GraphQL, productAppendImages has no variantIds:

https://shopify.dev/api/admin-graphql/2022-04/mutations/productappendimages

@Shopify_77 Would you consider adding this, so we can avoid having a separate call to

https://shopify.dev/api/admin-graphql/2022-01/mutations/productVariantUpdate

?

1 Like