Hi everyone,
We’re using our own checkout extension and want to implement a feature that depends on customer tags. Specifically, we need to retrieve customer tags when a customer enters their email at checkout. Despite having all the necessary permissions granted by the store owner, our query to get the customer tags isn’t working. The request fails with the error: “Field ‘customers’ doesn’t exist on type ‘QueryRoot’”.
Interestingly, the same query works perfectly fine when run in the GraphiQL app. Our challenge is that the customer might not be logged in, but they still have an active account in Shopify. In this scenario, we need to query the customer by the entered email to check if they have specific tags.
Has anyone faced a similar issue or can suggest a way to achieve this? Any help would be greatly appreciated.
Thank you!


