query {
productByHandle(handle: "anime-shirt") {
id
title
productType
description
vendor
}
}
);query($identifier: ProductIdentifierInput!) {
product: productByIdentifier(identifier: $identifier) {
id
handle
title
}
},