App reviews, troubleshooting, and recommendations
Hi there!
A GraphQL query we ran in the past in our app worked fine. We’ve not changed the code, but the response is no longer returning nodes.
However, when the exact same query is ran in the Shopify GraphiQL app, it runs fine and returns the results.
Response:
{ data: { orders: { pageInfo: { hasNextPage: true, endCursor: null }, nodes: [] }}}
Query:
{ orders(first: 5, query:“NOT fulfillment_status:shipped”) { pageInfo { hasNextPage endCursor } nodes { name customAttributes { key value } lineItems(first: 50) { pageInfo { hasNextPage } nodes { sku name quantity product { metafield(key: “weight_unit_on_storefront_oz_lb_“, namespace: “custom”) { value } } } } customer { firstName lastName phone } totalTipReceivedSet { shopMoney { amount currencyCode } } displayAddress { address1 address2 city country zip phone } totalShippingPriceSet { shopMoney { amount currencyCode } } shippingLine { title } } } }
Tried to reinstall the app but the issue persisted.
Is it possible to find out why the query via the app does not seems to return nodes anymore?
I am having the same issue. Anyone have any ideas?
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024