X Tutup
The Wayback Machine - https://web.archive.org/web/20201212181851/https://github.com/TillaTheHun0/dataloader-talk
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 

README.md

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

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.
X Tutup