Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

metafieldsSet mutation doesn't work

metafieldsSet mutation doesn't work

ladygagaradio
Visitor
1 0 1

metafieldsSet mutation doesn't work

metafieldsset docs 

 

mutation metafieldsSet($metafields: [MetafieldsSetInput!]!) {
  metafieldsSet(metafields: $metafields) {
    metafields {
      id
    }
    userErrors {
      code
      field
      message

    }
  }
}

 

Error: Cannot query field "metafieldsSet" on type "Mutation"

ladygagaradio_0-1627747378257.png

 

It's a mutation just from documentation. What am I doing wrong? Trying to create a new metafield for a product variant

Replies 4 (4)

odeyan
Tourist
6 0 5

Yes!
I have a same problem. 
Guys could you help please?

Gift-o-the-Jab
Navigator
370 24 98

 It's the new supported types - needs json instead of json_string.

odeyan
Tourist
6 0 5
Hey man! Thank you for your fastest answer! Can you explain please what you mean exactly? It will be awesome if you show the mutation example. Thanks a lot!
Not applicable

@odeyan  have you finger out the solution