I have created one app on store. And shopify support has provided read user permission for this app But still I am facing issue with graphQL api When I hit graphql api I will get this error “message”: “UserPrivateData access denied”,
{
shop {
staffMembers (first:50) {
edges {
node {
id
name
email
isShopOwner
privateData{
permissions
}
}
}
}
}
}
https://prnt.sc/UUaMXpTtwfnf
When I hit rest api I will get user permissions
https://prnt.sc/Xg8uY85txiZq
