How to get metaobject in shopify graphql ?

How to get metaobject in shopify graphql ?

tpt_gcc_pdm_01
Shopify Partner
1 0 0

Hi Shopify Community,

 

My objective : to get the metafield objects in below queries.

  • TranslatableResources
  • Metaobjects

The response that I receive in shopify graphql are as below :

  • For Metaobjects :  "message": "Access denied for metaobjects field.",
  • For TranslatableResources : 
 
"data": {
        "translatableResources": {
            "nodes": [],
            "pageInfo": {
                "endCursor": null,
                "hasNextPage": false,
                "hasPreviousPage": false,
                "startCursor": null
            }
        }
    }

 

I have provided the access to metaobjects. I expected that the meta objects should be received in the response.

 

Other Details :

  • The meta objects are added using a third party app
  • I can see the meta objects on the store ui

 

 
 
Replies 0 (0)