apollographql/meteor-integration

Name: meteor-integration

Owner: Apollo GraphQL

Description: ? meteor add apollo

Created: 2016-05-17 01:28:24.0

Updated: 2018-01-16 13:47:52.0

Pushed: 2018-01-15 09:58:34.0

Homepage: http://dev.apollodata.com/core/meteor.html

Size: 192

Language: JavaScript

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

This package supports Apollo Client 2.x. To use Apollo Client 1.x, check out on the version 1.0.0

A great alternative to this package is ddp-apollo

We are actively looking for a new maintainer: https://github.com/apollographql/meteor-integration/issues/109

Create an Apollo client and server quickly:

Client
rt { createApolloClient } from 'meteor/apollo';

t client = createApolloClient();
Server
rt { createApolloServer } from 'meteor/apollo';

t schema = /* your schema instance */

teApolloServer({ schema });
h
or add apollo
 add apollo-client apollo-link apollo-link-http apollo-cache-inmemory apollo-server-express express graphql graphql-tools body-parser

Read the docs

Package dev

Tests
clone https://github.com/apollostack/meteor-integration.git
eteor-integration
install
run test
 http://localhost:3000

Ignore the npm peer requirements warning that appears on client and server consoles.

Credits

Contributors


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.