-
-
Notifications
You must be signed in to change notification settings - Fork 134
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
Upload single file does not fall on resolver #114
Comments
Keep in mind that the current version of
|
@jaydenseric Thanks. Actually, it was the |
Hello @jaydenseric , current version is 7.1 and apolloUploadExpress uses v5. But how can I use 7.1 without removing apolloUploadExpress? Is there an example somewhere? Many thanks for your help :) |
Hello, I'm trying to make a file upload from a mutation using
apollo-upload-client
andapollo-upload-server
, but as I send the mutation the server does not respond on any available resolver and it seems that no errors are produced. Can someone help me? I tried following the example approach frojaydenseric
but my server is usingapollo-server-express
. Here are some depicts:creating server:
executable schema
schema
my resolver is more or less like:
that is, configuring the apollo client like:
Whenever I send the mutation, I see the request being sent and parsed, but in no way the request falls under the uploadPhoto resolver. Here is a console log of my resolver from
schemaglue
;The text was updated successfully, but these errors were encountered: