No content to show
User Activity
Hi @Jason thanks for the quick response. A few clarifications: What I'm proposing looks something like this:Private App ---> Own Private GraphQL Server ----> Shopify APIPrivate graphql server would call Shopify API say once an hour to refresh the da...
Hi all,So my private app needs to call the shopify API at a pretty high QPS, at a rate that exceeds their rate limits. My thought here is to create my own GraphQL server for my private app to access, and that server would call Shopify's API say once ...
For private apps, where are you storing your API keys? I'm currently storing them in Airtable, and retrieving them through an API request, since I work with multiple stores. Is this safe?