I have 1 validation in my store that I am able to query directly by querying for the ID. But the validations query always returns an empty array.
{
validations(first: 10) {
nodes {
id
title
}
}
}
This is with the GraphQL Admin API v 2024-04.
Anyone else have issues with validations? Am I missing something?