Skip to content

A talk with slides and demo about GraphQL and integrating a library called dataloader

Notifications You must be signed in to change notification settings

TillaTheHun0/dataloader-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dataloader-talk

A talk with slides and demo about GraphQL and integrating a library called dataloader

Start

  • npm i
  • npm start

Then visit http://localhost:4000/graphql for the GraphQL Playground and start making queries

Tech

This a simple Apollo Server, sitting on top of a SQLite Datebase

├── db.sqlite // the SQLite Database
├── package-lock.json
├── package.json
├── slides
│   ├── img
│   └── slides.md
└── src
    ├── dataloader // Dataloader builders
    ├── apollo.js // ApolloServer mount
    ├── db // Sequelize Database models
    ├── graphql // GraphQL types and resolvers
    ├── index.js
    └── main.js // bootstrap

About

A talk with slides and demo about GraphQL and integrating a library called dataloader

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published