Hi Shopify Team,
I created own [custom/public] app and install in store and its installed properly, and i can access all admin required things but i can not access store front graphql api can you help me to access this graphql api using my [custom/public] app access…
while installing my app to client store I am requesting permission scopes: [ ‘read_products’, ‘write_products’, ‘read_orders’, ‘read_checkouts’, ‘write_orders’, ‘read_product_feeds’, ‘read_product_listings’, ‘unauthenticated_read_checkouts’, ‘unauthenticated_write_checkouts’, ‘unauthenticated_read_product_listings’, ‘unauthenticated_read_product_tags’, ‘unauthenticated_read_selling_plans’ ]
so according to this permission i can access admin api’s but i can not access store front graphql access
Can you please guide me how can i access this storefront graphql…