MCPcopy Create free account
hub / github.com/apollographql/apollo-server /

Class

packages/apollo-server-core/src/runHttpQuery.ts:11–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9}
10
11export class HttpQueryError extends Error {
12 public statusCode: number;
13 public isGraphQLError: boolean;
14 public headers: { [key: string]: string };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected