mirror of
https://github.com/vale981/grapher
synced 2025-03-05 09:31:42 -05:00
1.4 KiB
1.4 KiB
Welcome to Grapher
General
Grapher is a Meteor package that will:
- Allow you to work with Joins (also known as: Relationships or Links) between Collections;
- 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:
- How to link collections ? Collection Links
- How to securely expose data ? Exposing Collections
- How to search for the data ? Query