UNPKG

graphql-upload-ts

Version:

TypeScript-first middleware and Upload scalar for GraphQL multipart requests (file uploads) with support for Apollo Server, Express, Koa, and more.

3 lines 191 B
import { GraphQLScalarType } from 'graphql'; export declare const GraphQLUpload: GraphQLScalarType<Promise<import("./upload").FileUpload>, never>; //# sourceMappingURL=graphql-upload.d.ts.map