I am using graphql-request for graphQL queries at my frontend part (react). Server side using express-graphql. I have some ideas to handle that on backend side (your suggestions will be appreciated too), but searching how to handle frontend part.
Is it possible to send a FormData (image in my case) inside graphql-request query? Any examples?