# merge-gql-schemas

> This small package will be helpful if you are working with GraphQL and ApolloServer tooling to automatically merge all your schemas.

Latest version **1.0.0** (published 2019-12-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install merge-gql-schemas
pnpm add merge-gql-schemas
yarn add merge-gql-schemas
bun add merge-gql-schemas
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2019-12-18 |
| First published | 2019-12-15 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Darwin Batres |
| Maintainers | kamina |
| Keywords | merge, graphql, schemas, ApolloServer |

## Links

- npm: https://www.npmjs.com/package/merge-gql-schemas
- Repository: https://github.com/darwinbatres/merge-gql-schemas
- Homepage: https://github.com/darwinbatres/merge-gql-schemas#readme
- Issues: https://github.com/darwinbatres/merge-gql-schemas/issues
- npm.io page: https://npm.io/package/merge-gql-schemas

## Dependencies (1)

- [graphql-tools](https://npm.io/package/graphql-tools.md) ^4.0.6

## 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

- 1.0.0 (latest) — 2019-12-18
- 0.0.41 — 2019-12-15
- 0.0.40 — 2019-12-15
- 0.0.39 — 2019-12-15
- 0.0.38 — 2019-12-15
- 0.0.37 — 2019-12-15
- 0.0.36 — 2019-12-15
- 0.0.35 — 2019-12-15
- 0.0.5 — 2019-12-15
- 0.0.4 — 2019-12-15
- 0.0.3 — 2019-12-15
- 0.0.2 — 2019-12-15
- 0.0.1 — 2019-12-15

## README

# Merge GraphQL Schemas

> This small package will be helpful if you are working with GraphQL tooling;
> it will allow you to merge all your schemas into one single schema which you can then
> pass to your new ApolloServer as parameter without having to import/require one by one.

## Enhacements done

1. Added option to share type definitions accross multiple schemas, similar to "export/import", when doing so, you'll have to manually import/export them, please take a look at the repo to see an example.

## examples

> Please refer to the following repo to see how it works [repo](https://github.com/darwinbatres/blog-graphql) under [`src/server.js`](https://github.com/darwinbatres/blog-graphql/blob/master/src/server.js)

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