Hi! There's a Product in Magento which has a custom attribute. If I run this GraphQL:{products(filter: { sku: { eq: "HAMC8489B717" } }) {items {name product_performances}}}I get this answer:{
"data": {
"products": {
"items": [
{
"name": "252",
"product_perform...