// @ts-check "use strict"; /** * [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"; module.exports = GRAPHQL_MULTIPART_REQUEST_SPEC_URL;