How to do a basic GraphQL query to Shopify with Ruby
I'm trying to do a basic GraphQL query to a Shopify store with Sinatra. Could someone help me figure out what I'm doing wrong? I looked at their API to do this: require 'shopify_api' require 'sinatra' class App < Sinatra::Base…