Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 599 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 599 Bytes

GraphQL Connections. Intro Relay

  • Introduccion a GraphQL connections
  • Paginacion basada en cursor pattern
  • Introduccion a Relay Framework

Correr servidor localmente

cd graphql-server
npm intall
DBUSER=xxxxxx DBPSW=xxxxxx npm start

Correr cliente localmente

cd relay-modern-app
npm intall
npm start

Links utiles

Documentacion oficial Relay Modern

Tools para implementacion de un server GraphQL compatible con Relay