graphql-upload
Version:
Middleware and a scalar Upload to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
11 lines (8 loc) • 323 B
JavaScript
// @ts-check
/**
* [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec)
* URL. Useful for error messages, etc.
*/
const GRAPHQL_MULTIPART_REQUEST_SPEC_URL =
"https://github.com/jaydenseric/graphql-multipart-request-spec";
export default GRAPHQL_MULTIPART_REQUEST_SPEC_URL;