Access denied for customer field. Required access:

we are having wired issue {
“errors”: [
{
“message”: “Access denied for customer field. Required access: customer_read_customers access scope.”,
“locations”: [
{
“line”: 8,
“column”: 9
}
],
“extensions”: {
“code”: “ACCESS_DENIED”,
“documentation”: “https://shopify.dev/api/usage/access-scopes”,
“requiredAccess”: “customer_read_customers access scope.”
},
“path”: [
“customer”
]
}
],
“data”: null,
“extensions”: {
“cost”: {
“requestedQueryCost”: 3,
“actualQueryCost”: 2,
“throttleStatus”: {
“maximumAvailable”: 7500.0,
“currentlyAvailable”: 7498,
“restoreRate”: 100.0
}
}
}
} we hava all the acces of protred data of customer all the reqred scope but we are not sure why this happing any wisdome will be greart

Those are access scopes that are required by your app in order to query that resource.

See Shopify API access scopes

We have already requested and been approved for these scopes, including access to protected customer data.

What is your setup? Are you using headless or hydrogen etc?