metafields(
namespace: "custom"
first: 10
) {
edges {
node {
key
value
}
}
}
I need to get only the selected fields in the metafields array. what should be the query for this?
Can I use the “keys”: [“field1”, “field2”, “field3”] as an argument in meta fields?