For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
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?
Solved! Go to the solution
This is an accepted solution.
Solved, I was thinking that it would query any validation in the store, but it's specific to the current app. The only validations in the store were created by a different partner app which is why it was returning empty.
This is an accepted solution.
Solved, I was thinking that it would query any validation in the store, but it's specific to the current app. The only validations in the store were created by a different partner app which is why it was returning empty.