We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add native file uploads support
strawberry example - https://strawberry.rocks/docs/guides/file-upload strawberry scalar for file upload - https://github.com/strawberry-graphql/strawberry/blob/main/strawberry/file_uploads/scalars.py
strawberry
The text was updated successfully, but these errors were encountered:
As far as I can tell, indeed many graphql libraries support unofficial graphql spec for file uploads https://github.com/jaydenseric/graphql-multipart-request-spec. But there are some nuances about graphql file uploads:
In general, I'm not against implementing it, we can do it some other time.
Sorry, something went wrong.
No branches or pull requests
Add native file uploads support
strawberry
example - https://strawberry.rocks/docs/guides/file-uploadstrawberry
scalar for file upload - https://github.com/strawberry-graphql/strawberry/blob/main/strawberry/file_uploads/scalars.pyThe text was updated successfully, but these errors were encountered: