Building a GraphQL Client For File Uploads

Doing normal GraphQL requests is straight forward, as documented on graphql.org. Anyone can use a normal fetch
or curl
to do basic requests. However, I haven't seen anyone doing what I am working on. File upload progress.
Since the spec is only in Apollo Server, and not the main GraphQL spec, it seems even harder to figure out how it should be done. (Ple…
Keep reading with a 7-day free trial
Subscribe to zach.codes to keep reading this post and get 7 days of free access to the full post archives.