W WRNexusJS
Data · Package reference

@wrnexus/graphql

GraphQL schemas, routes, and framework plugin integration.

v0.8.7Private registryData

Install the package

After WorkRoot approves private registry access, install the release-aligned package:

bun add @wrnexus/graphql@0.8.7

Request preview access. Never put registry tokens in source control.

Optional GraphQL endpoint plugin. Supply the executor from GraphQL.js, GraphQL Yoga, Mercurius, or another maintained engine; WRNexus owns bounded HTTP input, depth/alias limits, introspection policy, generic production errors and plugin route integration.

Complete TypeScript API

Generated from the exact installed package declarations.

export { G as GraphqlExecutionResult, a as GraphqlOptions, b as GraphqlRequest, c as createGraphqlHandler, default as graphqlPlugin } from './plugin.js';
import '@wrnexus/plugin';

Examples

Copy-ready examples from the installed package documentation.

Install @wrnexus/graphql

bun add @wrnexus/graphql

Import @wrnexus/graphql

import * as graphql from "@wrnexus/graphql";