jaydenseric / graphql-multipart-request-spec

A spec for GraphQL multipart form requests (file uploads).
993 stars 54 forks source link

Could not find a valid map, be sure to conform to GraphQL multipart request specification #38

Closed Joshuaj2804 closed 3 years ago

Joshuaj2804 commented 3 years ago

image

I have been dealing with this error and have no idea why or where I'm going wrong, I'm sorry if the problem is obvious, a newbie here.

Laravel Lighthouse backend with Apollo Android frontend, the Upload scalar has already been added to the schema

jaydenseric commented 3 years ago

This repo is about the GraphQL multipart request specific itself and is not really the right place to ask for help with a particular stack. I hope you solve your problem though! I suggest double checking your requests conform to the spec, you can learn about the structure of a GraphQL multipart request here:

https://github.com/jaydenseric/graphql-multipart-request-spec#multipart-form-field-structure