Created
April 7, 2025 10:08
-
-
Save frectonz/cf1caf3d0d8628f00bbb2d323913e740 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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