query VendorContact($handle: String!, $namespace: String!, $key: String!) {
productByHandle(handle: $handle) {
title
metafield_0: metafield(namespace: $namespace, key: $key) {
key
namespace
references(first: 50) {
edges {
node {
... on Metaobject {
fields {
key
type
value
}
definition {
description
}
}
}
}
}
}
}
}
Why reference is null?
