Hello,
When I try to query for a very specific order I am getting an interrnal_server_error.
OrderID: gid://shopify/Order/5940501644 (Sharing because I am at a loss. The query works for every order accept this one.)
Internal error. Looks like something went wrong on our end.
Request ID: fabf8c93-1724-406f-b11c-701a6b207dbf-1739493704 (include this in support requests).
I also get the same error if I try and query for the order using the “orders” query and passing it is as an id filter.
Internal error. Looks like something went wrong on our end.
Request ID: b1ebc36f-6ba8-4c1c-a42b-8551577683af-1739574193 (include this in support requests).
I have isolated it down to a specific property in one of the query fragments.
The error completely disappears if I remove
reason
from the query fragment for orderAdjustments: OrderAdjustment - GraphQL Admin
The full graph here is Order → Refunds(connection) → orderAdjustments (Connection) → ‘reason’ (property)
My hunch is this probably has something to do with a missing undefined/null check in the GQL resolver layer.
Please alert your developers to take a look. It shouldn’t take long now that I have isolated it to a specific property. If they need a snapshot of my full query fragment let me know.
Thanks Steven,
Will connect with the team on this and let you know what I hear back.
DMing you to get full query.