Variable $id of type ID! was provided invalid value | Graphql API | Shopify | Node.js
Currently I am working on a feature that on button click a metafield gets updated. To verify that the metafield isn't full, I send a GraphQL query to look if the metafield is blank or full. But now comes the…