GRAPHQL_MULTIPART_REQUEST_SPEC_URL.js 340 B

123456789101112
  1. // @ts-check
  2. "use strict";
  3. /**
  4. * [GraphQL multipart request spec](https://github.com/jaydenseric/graphql-multipart-request-spec)
  5. * URL. Useful for error messages, etc.
  6. */
  7. const GRAPHQL_MULTIPART_REQUEST_SPEC_URL =
  8. "https://github.com/jaydenseric/graphql-multipart-request-spec";
  9. module.exports = GRAPHQL_MULTIPART_REQUEST_SPEC_URL;