MCPcopy Index your code
hub / github.com/parse-community/parse-server / fetch

Function fetch

spec/GraphQLQueryComplexity.spec.js:5–9  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

3const http = require('http');
4const express = require('express');
5const fetch = (...args) =>
6 import('node-fetch').then(({ default: fetch }) => {
7 const [url, options = {}] = args;
8 return fetch(url, { agent: new http.Agent({ keepAlive: false }), ...options });
9 });
10require('./helper');
11const { ParseGraphQLServer } = require('../lib/GraphQL/ParseGraphQLServer');
12

Callers 1

graphqlRequestFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected