Hi,
I’m making a metaobject via the GraphQL mutation (CreateMetaobject($metaobject: MetaobjectCreateInput!))
I then want to reference this MetaObject in a customer metafield, as far as I can tell, to do this I need the metaobject ID. The ID is not passed back when making the metaobject so I need to request it using the objects handle, however I dont understand the documentation about that request (https://shopify.dev/docs/api/admin-graphql/2023-01/queries/metaobjectByHandle)).
Any help would be appreciated.
Thanks, Tom