I’m trying to upload files from an IOS app I am making.
No matter how I approach the GQL POST to /v2/file upload, I get 400 “Unsupported query”.
When researching this issue I found this other community post which resolved the issue by updating their postman.
So following that lead I have tried making the gql request using 3 different frameworks:
- using apollo-ios graphql client
- manually building the gql request using urlsession
- manually building the gql request using alamo fire.
For all of those approaches everyone has the same result of 400 “Unsupported query”.
Are there any ways for me to get more debug information on this error, so that I can get a more specific idea of what I need to address? Any help with debugging or exploring this problem would be greatly appreciated!