Skip to content
Graffle is a work in progress. Learn more.

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'
const
graffle
=
Graffle
.
create
({
schema
: '...' }).
use
(
Upload
())

Released under the MIT License.