No content to show
User Activity
12-30-2019
Shopify admin GraphQL API supports "query" argument for many resources such as products, orders etc. GraphQL API docs contains list of supported parameters for each resource type.We can also find detailed doc for search query syntax here. But I could...
12-25-2019
GraphQL bulk operations is a cool new API. We can get details of current/last bulk operation and any old operations if we know the id. I'm wondering if there is a way to list all old operations without knowing their id or we have to keep track of ids...