Skip to content

Instantly share code, notes, and snippets.

@frectonz
Created April 7, 2025 10:08
Show Gist options
  • Select an option

  • Save frectonz/cf1caf3d0d8628f00bbb2d323913e740 to your computer and use it in GitHub Desktop.

Select an option

Save frectonz/cf1caf3d0d8628f00bbb2d323913e740 to your computer and use it in GitHub Desktop.
{
"data": {
"completeSubmissionProcessing": {
"success": false,
"error_message": "exception {'message': \"field '_set' not found in type: 'Submission_set_input'\", 'extensions': {'path': '$.selectionSet.update_Submission_by_pk.args._set._set', 'code': 'validation-failed'}} when making gql query\nmutation CompleteClientSubmissionProcessing($id: Int!, $set: Submission_set_input!) {\n update_Submission_by_pk(pk_columns: {id: $id}, _set: $set) {\n id\n sg_playlist_id\n status\n error_message\n SubmissionRows {\n id\n error_message\n sg_version_id\n status\n SubmissionRowFiles {\n id\n error_message\n sg_published_file_id\n status\n SubmissionRowFileLocations {\n id\n error_message\n path\n status\n }\n }\n }\n }\n }\n ",
"__typename": "CompleteSubmissionOutput"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment