Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

GraphQL bulk mutation "Timeout on validation of query"

GraphQL bulk mutation "Timeout on validation of query"

cloudev0
Shopify Partner
11 0 6

I notice when using GraphQL bulk mutation, sometimes the mutation result file has this error. Usually only one of the many products uploaded via the mutation file is affected. Why does this occur? What's the proper way to handle this?

{
  "data": { 
"productUpdate": {
"userErrors": [{
"message": "Timeout on validation of query",
"field": ["query"],
"type": "GraphApi::Admin::BulkMutationUserError",
"code": null,
"extra_info": null
}]
}
},
"__lineNumber": 15717
}


Thanks in advance.

 

Replies 0 (0)