i am having trouble getting collection in respect to metafields key or value
query GetCollections{
collections(first:20, query: "metafields:namespace.key='parent'" ){
nodes{
id
handle
title
metafields(first:10){
nodes{
key
value
namespace
}
}
}
}
}