I’m getting this alert in the partner dashboard for endpoint WebhookSubscription.privateMetafieldNamespaces
:
But when I check the webhook subscriptions that we have, none of them have privateMetafieldNamespaces
set on them:
{
webhookSubscriptions(first:100) {
nodes {
id
metafieldNamespaces
privateMetafieldNamespaces
includeFields
endpoint {
... on WebhookHttpEndpoint {
callbackUrl
}
}
}
}
}
Is there a way for me to drill into the source of this error?