Conversations about creating, managing, and using metafields to store and retrieve custom data for apps and themes.
I want to achieve something like this?
query getCollections {
collections(query: metafield(namespace:"Banner" AND key:"isBanner" AND value:"true")) {
edges {
node {
id
title
}
}
}
}