A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I need to duplicate some information between two stores ( one being the source store and the other the destination store ) .. can I open access to both stores, do a fetch data query on the source store and then mutate to the destination store, rather than having to use an intermediate storage file or memory, as the data size is large.
Im using the Shopify Python API library