I tried this query to retrieve PAGE MetafieldDefinitions, which gave an internal exception:
query {
metafieldDefinitions(first: 250, ownerType: **PAGE**) {
edges {
node {
id, name
}
}
}
}
Here are the full results:
"message - Internal error. Looks like something went wrong on our end.
Request ID: d0443be7-8a1e-4a8a-bc1a-5f95ed94960e (include this in support requests)., extensions - code - INTERNAL_SERVER_ERROR, requestId - d0443be7-8a1e-4a8a-bc1a-5f95ed94960e"
I tried retrieving Metafield Definitions for other ownerTypes (such as PRODUCT) and it works just fine.
I also tried querying for an individual PAGE Metafield Definition by Id and “null” is returned (other non-PAGE metafield definitions return the values as expected)