Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client sending query with files as null #185

Closed
kingkyle opened this issue Mar 29, 2020 · 2 comments
Closed

Client sending query with files as null #185

kingkyle opened this issue Mar 29, 2020 · 2 comments

Comments

@kingkyle
Copy link

I get the Files are replaced with null.
I use React-Dropzone for the files.
The First image shows the data sent.
The Second shows the request Error.
See Images
Screenshot 2020-03-29 at 02 02 48
Screenshot 2020-03-29 at 02 03 33

@jaydenseric
Copy link
Owner

At first glance, that request looks fine to me. The files are supposed to be replaced with null placeholders, see:

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

Your problem is probably on the server.

@kingkyle
Copy link
Author

Yes. Fixed it
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants