Graphql is great and all until you have to do file uploads :(
@julienxx Hmm sounds like a posible solution I'm currently working with a Phoenix Backend and it looks like it should be super easy but they don't agree on the spec to do it :/
@mario_afk I’m also using Phoenix, I can show you the code I made tomorrow if you want
@julienxx would be really helpful thanks :)
@mario_afk I’m doing file uploads via S3 presigned URLs if that can be of any help, works fine. Basically the client requests an authorized URL via graphql and then pushes the file directly