Hello,
I encountered a strange error.
Today morning, everything was working fine and now I always get an “Internal Server Error” message when trying to use the query below in GraphQL.
I did not change anything since the morning. The only thing I did was to create the same API request in another tool (KNIME) and therefore got an access token and had to install my own app.
I got the same error message there and then tried it directly in GraphQL in Shopify and always get the error message since.
I dont know what it could be as the same query worked fine just a few hours ago. Also, other query’s are working fine. Its only this one. I also tried different API versions but it still does not work.
query {
currentBulkOperation {
id
status
errorCode
createdAt
completedAt
objectCount
fileSize
url
partialDataUrl
}
}
Error message:
