Upload
Adds support for GraphQL Multipart Request to Graffle.
Getting Started
Upload
is a first party extension shipping in the graffle package.
ts
import { Graffle } from 'graffle'
import { Upload } from 'graffle/extensions/upload'
const graffle = Graffle.create({ schema: '...' }).use(Upload())
test