# @gqlpt/adapter-base

<div align="center" style="text-align: center;">
<img src="https://github.com/rocket-connect/gqlpt/raw/main/apps/docs/static/img/logo.svg" width="20%" alt="GQLPT">
</div>

## Installation

```bash
npm install @gqlpt/adapter-base
```

## Usage

Base adapter is used to create new adapters for GQLPT. Extend default exported abstract class `AdapterBase` and implement to your liking.

## Docs

[gqlpt.dev/docs/adapters/](https://www.gqlpt.dev/docs/adapters/)

## License

MIT - Rocket Connect - https://github.com/rocket-connect
