MCPcopy Create free account
hub / github.com/hashintel/hash / internal

Function internal

apps/hash-api/src/graphql/error.ts:35–38  ·  view source on GitHub ↗
(
  message: string,
  extensions?: Record<string, unknown>,
)

Source from the content-addressed store, hash-verified

33 extensions?: Record<string, unknown>,
34) => code("INVALID_INVITATION_TYPE", message, extensions);
35export const internal = (
36 message: string,
37 extensions?: Record<string, unknown>,
38) => code(ApolloServerErrorCode.INTERNAL_SERVER_ERROR, message, extensions);

Callers

nothing calls this directly

Calls 1

codeFunction · 0.85

Tested by

no test coverage detected