Skip to content

gpbaculio/rgr

Repository files navigation

Subscriptions with GraphQL + Relay

Starting the App

Build graphql schema: npm run build:schema
Run relay compiler: npm run relay
Run relay compiler in watch mode: npm run relay -- --watch

To start the server: npm run start:server. Server will be running at port 4000, and graphiql will be available at this port.
To start dev client: yarn start. App will be running at port 3000.

Helpful resources on graphql subscriptions

Tutorial: GraphQL Subscriptions on the Server
How to GraphQL - Subscriptions
Apollo GraphQL Subscriptions Docs




This project was bootstrapped with Create React App.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published