Comments
-
I'm currently developing a new connector using GraphQL, but I'm encountering some issues. For instance, I've tried executing a query that works perfectly in the Shopify GraphiQL App. example query { orders(first: 50, query: "processed_at:>='2024-09-01'") { edges { node { name processedAt customer { displayName }…