A file upload seems like a mutation. It\'s often accompanied by other data. But it\'s a big binary blob, so I\'m not sure how GraphQL can deal with it. How would you inte
I found an explanation in the docs. You can subclass Relay.Mutation and implement the getFiles function.
Also, express-graphql provides an example in its test cases of how to handle this on the server side.