Dec 16, 2020
Hello There ! Not the first time I'm struggling with GraphQL I'm still trying but I begin to feel tired of the poor documentation and the bad error return. I'm trying to make the exampl...
May 17, 2020
I'm on a developer account and try to offer custom shipping rates that I retrieve from an HTTP request made to one of my own Server. Let's call that endpoint : https://my_server.c...
No content to show
User Activity
12-21-2020
Hello,I've got the same issue, for instance today I have 10 orders placed but the conversion rate is calculated on 7 orders. Other weird behaviour, from 3-4 days I have a spike of connection at midnight : It looks like a calculation error because it'...
Anyone has a solution for this one ?
Hi there,I retrieve a Shopify Theme of a developer who left the company (so no explanation) where I'm currently working now and I'm chasing bug that I didn't create.In my store I have buildify installed that is loading JQuery (buildify.assets.liquid)...
Hello _JB,Any update on this one ? I'm facing quite a similar one. My request : mutation {
bulkOperationRunQuery(
query: """
{
orders(query: "created_at:>='2020-10-13 00:00:00'") {
edges {
node {
id
...