Postman upload test giving error #1077
lucasantoniooficial
started this conversation in
General
Replies: 1 comment 1 reply
-
There's a syntax error in the JSON. The one you pasted does not look like the one you send (it contains Use Or: the problem is already the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to test file upload in postman.
But it keeps giving this error.
Could someone give me a support so I can understand where I'm going wrong?
Query:
{"query":"mutation courseCreate($file: Upload!) {\\n courseCreate(\\n thumbnail: $file\\n course_category_id: 1\\n teacher_ids: 2\\n name: \\"teste\\"\\n description: \\"teste\\"\\n price: 397.99\\n status: \\"Publicado\\"\\n ) {\\n id\\n }\\n}","variables":{"file":null}}
Beta Was this translation helpful? Give feedback.
All reactions