# @graphback/core

> Api for building Graphback generator metadata

Latest version **1.1.2** (published 2021-02-24) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @graphback/core
pnpm add @graphback/core
yarn add @graphback/core
bun add @graphback/core
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.2 |
| Published | 2021-02-24 |
| First published | 2019-11-19 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=10.15.3 |
| Dependencies | 13 |
| Unpacked size | 341.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 407 |
| Author | wtrocki@redhat.com |
| Maintainers | wtrocki, ephelan, aerogear-ci, darahayes |

## Links

- npm: https://www.npmjs.com/package/@graphback/core
- Repository: https://github.com/aerogear/graphback
- Homepage: https://github.com/aerogear/graphback/tree/master/packages/graphback-core#readme
- Issues: https://github.com/aerogear/graphback/issues
- npm.io page: https://npm.io/package/@graphback/core

## Dependencies (13)

- [bson](https://npm.io/package/bson.md) 4.2.2
- [glob](https://npm.io/package/glob.md) 7.1.6
- [pino](https://npm.io/package/pino.md) 6.8.0
- [pluralize](https://npm.io/package/pluralize.md) 8.0.0
- [dataloader](https://npm.io/package/dataloader.md) 2.0.0
- [@types/bson](https://npm.io/package/@types/bson.md) 4.0.3
- [graphql-compose](https://npm.io/package/graphql-compose.md) 7.23.0
- [graphql-scalars](https://npm.io/package/graphql-scalars.md) 1.6.1
- [graphql-metadata](https://npm.io/package/graphql-metadata.md) 0.7.6
- [graphql-fields-list](https://npm.io/package/graphql-fields-list.md) 2.2.1
- [@graphql-tools/merge](https://npm.io/package/@graphql-tools/merge.md) 6.2.6
- [@graphql-tools/utils](https://npm.io/package/@graphql-tools/utils.md) 7.1.4
- [graphql-subscriptions](https://npm.io/package/graphql-subscriptions.md) 1.1.0

## Recent versions

- 1.1.2 (latest) — 2021-02-24
- 1.1.0-alpha2 (next) — 2020-10-20
- 1.1.1 — 2021-02-05
- 1.1.0 — 2020-11-10
- 1.1.0-alpha1 — 2020-10-08
- 1.0.1 — 2020-09-25
- 1.0.0 — 2020-09-25
- 1.0.0-beta7 — 2020-09-24
- 1.0.0-beta6 — 2020-09-23
- 1.0.0-beta5 — 2020-09-22
- 1.0.0-beta4 — 2020-09-21
- 1.0.0-beta3 — 2020-09-21
- 1.0.0-beta2 — 2020-09-18
- 1.0.0-beta1 — 2020-09-15
- 0.16.2 — 2020-09-07
- … 63 more at https://npm.io/package/@graphback/core/versions

## README

## Graphback

<p align="center">
  <img width="400" src="https://raw.githubusercontent.com/aerogear/graphback/master/website/static/img/logo.png"/>
  <br/>
  Auto generate database structure, <br/>
  GraphQL Resolvers and Queries from GraphQL types 🚀
</p>

**Documentation**: https://graphback.dev
**Repository**: https://github.com/aerogear/graphback/

## Graphback-Core 

Core package is an abstraction that provides common entry point to all graphback concepts:

- Plugins
- Helpers for building https://graphqlcrud.org schema
- GraphbackCRUDService abstraction
- DataProvider abstraction

> NOTE: This package is not designed to be used directly.

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