# @item-enonic-types/lib-graphql

> TypeScript types for Enonic XP library lib-graphql

Latest version **2.1.0** (published 2024-12-12) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @item-enonic-types/lib-graphql
pnpm add @item-enonic-types/lib-graphql
yarn add @item-enonic-types/lib-graphql
bun add @item-enonic-types/lib-graphql
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 2.1.0 |
| Published | 2024-12-12 |
| First published | 2022-10-12 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 9 |
| Author | Tom Arild Jakobsen |
| Maintainers | tajakobsen |
| Keywords | enonic |

## Links

- npm: https://www.npmjs.com/package/@item-enonic-types/lib-graphql
- Repository: https://github.com/ItemConsulting/enonic-types
- Homepage: https://github.com/ItemConsulting/enonic-types#readme
- Issues: https://github.com/ItemConsulting/enonic-types/issues
- npm.io page: https://npm.io/package/@item-enonic-types/lib-graphql

## Recent versions

- 2.1.0 (latest) — 2024-12-12
- 2.0.3 — 2023-08-15
- 2.0.2 — 2022-11-07
- 2.0.1 — 2022-10-12

## README

# Item Enonic Types – GraphQL Lib

[![npm version](https://badge.fury.io/js/@item-enonic-types%2Flib-graphql.svg)](https://badge.fury.io/js/@item-enonic-types%2Flib-grapql)

## Installation

Install *@item-enonic-types/lib-graphql* from npm by running:

```bash
npm i --save-dev @item-enonic-types/lib-graphql
```

## Usage

To the types for the `"/lib/graphql"`-module, you need to include the following in your *tsconfig.json* :

```json
{
  "compilerOptions": {
    "baseUrl": "./",
    "paths": {
      "/lib/xp/*": ["./node_modules/@enonic-types/lib-*"],
      "/lib/*": ["./node_modules/@item-enonic-types/lib-*" ,"./src/main/resources/lib/*"]
    }
  }
}
```

---
_Source: https://npm.io/package/@item-enonic-types/lib-graphql · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
