I am trying to add customer IDs to an existing price rule discount using the admin GraphQL API:
https://shopify.dev/api/admin-graphql/2022-04/mutations/priceRuleUpdate – find: customerIdsToAdd
However, when I try this, I get the following error: “Field ‘customerIdsToAdd’ doesn’t exist on type ‘PriceRuleCustomerSelection’”
Here’s a full screen shot from the Shopify GraphiQL App:
What am I missing?

