Cloudinary, Graphql API route and file upload? #14816
Unanswered
divslingerx
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am currently using Apollo-sever-micro and unlike it’s express counterpart, it does not have file upload functionality by default. I’m wondering how others have solved this problem. Would it be better to have a separate end point for file upload and then just use graphql to interact with the path or should I build in file uploads into micro and handle file upload in a resolver? Or perhaps there is an even better solution? The one thing I’m sure of is I do not want to use a custom server.
Beta Was this translation helpful? Give feedback.
All reactions