Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/matteozambon89/trailpack-apollo

GraphQL for Trails.JS powered by Apollo
https://github.com/matteozambon89/trailpack-apollo

Last synced: about 2 months ago
JSON representation

GraphQL for Trails.JS powered by Apollo

Awesome Lists containing this project

README

        

# trailpack-apollo

[![NPM version][npm-image]][npm-url]
[![Build status][ci-image]][ci-url]
[![Dependency Status][daviddm-image]][daviddm-url]
[![Code Climate][codeclimate-image]][codeclimate-url]

GraphQL for Trails.JS powered by Apollo

## Install

```sh
$ npm install --save trailpack-apollo
```

## Configure

```js
// config/main.js
module.exports = {
packs: [
// ... other trailpacks
require('trailpack-apollo')
]
}
```

[npm-image]: https://img.shields.io/npm/v/trailpack-apollo.svg?style=flat-square
[npm-url]: https://npmjs.org/package/trailpack-apollo
[ci-image]: https://img.shields.io/travis//trailpack-apollo/master.svg?style=flat-square
[ci-url]: https://travis-ci.org//trailpack-apollo
[daviddm-image]: http://img.shields.io/david//trailpack-apollo.svg?style=flat-square
[daviddm-url]: https://david-dm.org//trailpack-apollo
[codeclimate-image]: https://img.shields.io/codeclimate/github//trailpack-apollo.svg?style=flat-square
[codeclimate-url]: https://codeclimate.com/github//trailpack-apollo