---
URL: "/guide/graphql"
LLMS_URL: "/guide/graphql.md"
---

# @structium/graphql

Serialize and deserialize graphQL

::: code-group

```bash [npm]
npm install @structium/graphql
```

```bash [pnpm]
pnpm install @structium/graphql
```

```bash [yarn]
yarn add @structium/graphql
```

```bash [bun]
bun add @structium/graphql
```

```bash [deno]
deno add @structium/graphql
```

:::

## ➕ More

- 📖 [API Docs](api.md)
- 📦 [NPM](https://www.npmjs.com/package/@structium/graphql)
