Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matteozambon89/trailpack-apollo
- Owner: matteozambon89
- License: mit
- Created: 2018-03-07T23:46:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T23:47:12.000Z (almost 7 years ago)
- Last Synced: 2024-11-11T01:28:55.013Z (2 months ago)
- Language: JavaScript
- Size: 76.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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