# @x12i/graphenix

> Short-name umbrella: re-exports @x12i/graphenix-executable-format (full Graphenix 2.x lifecycle).

Latest version **2.17.0** (published 2026-07-10) · MIT license · 0 weekly downloads

## Install

```sh
npm install @x12i/graphenix
pnpm add @x12i/graphenix
yarn add @x12i/graphenix
bun add @x12i/graphenix
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 2.17.0 |
| Published | 2026-07-10 |
| First published | 2026-04-26 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | x12i |
| Keywords | graph, graphenix, executable, workflow, validation |

## Links

- npm: https://www.npmjs.com/package/@x12i/graphenix
- Repository: https://github.com/x12i/graphenix-format
- Homepage: https://github.com/x12i/graphenix-format/tree/master/packages/graphenix#readme
- Issues: https://github.com/x12i/graphenix-format/issues
- npm.io page: https://npm.io/package/@x12i/graphenix

## Dependencies (1)

- [@x12i/graphenix-executable-format](https://npm.io/package/@x12i/graphenix-executable-format.md) ^2.17.0

## Alternatives

- [apollo-link-http-common](https://npm.io/package/apollo-link-http-common.md) — 879.0K weekly downloads
- [react-relay](https://npm.io/package/react-relay.md) — 336.8K weekly downloads
- [relay-test-utils](https://npm.io/package/relay-test-utils.md) — 181.6K weekly downloads
- [@vendure/core](https://npm.io/package/@vendure/core.md) — 14.8K weekly downloads
- [@pnpm/deps.graph-sequencer](https://npm.io/package/@pnpm/deps.graph-sequencer.md) — 13.4K weekly downloads

## Recent versions

- 2.17.0 (latest) — 2026-07-10
- 2.16.0 — 2026-06-29
- 2.15.0 — 2026-06-29
- 2.14.0 — 2026-06-28
- 2.12.5 — 2026-06-28
- 2.12.4 — 2026-06-28
- 2.12.3 — 2026-06-27
- 2.12.2 — 2026-06-27
- 2.12.1 — 2026-06-27
- 2.12.0 — 2026-06-24
- 2.11.0 — 2026-06-24
- 2.10.0 — 2026-06-24
- 2.9.0 — 2026-06-23
- 2.5.0 — 2026-04-26

## README

# @x12i/graphenix

**Short-name umbrella** for the Graphenix executable lifecycle — identical surface to [`@x12i/graphenix-executable-format`](../executable-format).

Use this package when consumers pin `@x12i/graphenix@^2.9.0` (e.g. graph-engine). For new projects, either name works; keep versions aligned on the same release train.

```bash
npm install @x12i/graphenix @x12i/graphenix-core
```

```ts
import {
  authoringGraphToEngineDocument,
  compileAuthoringGraphToExecutablePlan,
  validateAuthoringGraph
} from "@x12i/graphenix";
```

**Note:** `@x12i/graphenix@2.5.0` on npm was a legacy planner package. From **2.9.0** this name is the format lifecycle umbrella only. Pin `2.5.0` explicitly if you still need the old planner.

---
_Source: https://npm.io/package/@x12i/graphenix · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
