You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@stegben Thanks for the link. How would this help with the binary file? Do you mean to stringify the binary and send it with the mutation? If that so, I tried it in the past, and I think I encountered a body size limit problem.
I would like to create a mutation to upload images using lokka client. I am using express-graphql to implement my graphql express.
Searching possible implementation server side I found out this issue that explains one of the possible solutions using express middleware multer.
The explained example can be found here.
However I am not sure how to attach the file to the client side http request using lokka. Is there any example for this use case?
The text was updated successfully, but these errors were encountered: