Shopify Storefront API GraphQL

Shopify's Admin API is REST and I was able to inplement that without any issues. However, I am looking to add extra funtionality to my app that will allow users to purchase products related to the Shopify store (which is possible with the Storefront API)

The Storefront API is only available in GraphQL and not REST. How would I go about implementing this in my app?

5
2 replies