-
Notifications
You must be signed in to change notification settings - Fork 27
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
File Upload cant upload #37
Comments
facing same issue, any update on this? |
same with version 3.0.0; any updates? |
Hello guys. Maybe you both are missing some required setps. Our tests are using apollo v3 and are running fine. |
in the example above https://github.com/jaymarkjairi/file-upload, @jaymarkjairi forgot to define the FileUpload resolver. |
We had not yet migrated ApolloServer from |
@BenjamenMeyer so this is the case Quoting the docs: |
Thanks... we're trying to figure out the port to apollo-server-express |
@BenjamenMeyer Any updates on this? else we can close this issue. |
@oliveirarleo my (now former) employer ended up abandoning the effort and directing all file-uploads through a RESTful API call outside of the Apollo Server Gateway functionality (which we were using to federate a GraphQL API) as we were having too much difficulty getting it to work. So while we couldn't get it to work, I wouldn't say this issue is closed unless someone else has fixed something, but I'm no longer in a position to contribute to this at all or even validate a fix. Please handle as you feel is appropriate. |
I already follow the documentation about this but an error will show
this is the error
please see my source code thank you
https://github.com/jaymarkjairi/file-upload
The text was updated successfully, but these errors were encountered: