No description
Find a file
2016-09-20 12:04:55 +03:00
docs Upgraded to 1.0.7 2016-09-20 10:02:55 +03:00
lib 1.0.8 - fixed reactive fetching when using inversed links and limited fields 2016-09-20 11:44:47 +03:00
.travis.yml updated travis, the fetched docs now contain link info, filters work better 2016-09-15 10:37:10 +03:00
CHANGELOG.md 1.0.8 - fixed reactive fetching when using inversed links and limited fields 2016-09-20 11:44:47 +03:00
LICENSE added better docs + travis 2016-09-15 09:14:15 +03:00
main.both.js Upgraded to 1.0.7 2016-09-20 10:02:55 +03:00
main.client.js initial commit 2016-09-14 16:04:08 +03:00
main.server.js added better docs + travis 2016-09-15 09:14:15 +03:00
package.js 1.0.8 - fixed reactive fetching when using inversed links and limited fields 2016-09-20 11:44:47 +03:00
README.md updated readme 2016-09-20 12:04:55 +03:00

Welcome to Grapher

Build Status MIT licensed

General

Grapher is a Meteor package that will:

  1. Allow you to work with Joins (also known as: Relationships or Links) between Collections;
  2. Expose reactive/non-reactive fetching abilities using a GraphQL like syntax.

Updates

Check-out the CHANGELOG for latest updates.

Installation

meteor add cultofcoders:grapher

Documentation

Please read the documentation:

API

Quick Reference API

Useful packages and integrations

Integration with React (cultofcoders:grapher-react)

Live View (cultofcoders:grapher-live)

Boiler plate Meteor + React + Grapher

https://github.com/cult-of-coders/grapher-boilerplate