gamezcua1 / NodeJS-GraphQL

ES6, Sequelize, GraphQL, Apollo Server, Pure GraphQL Authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sequelize
  Models
  Associations
  Migrations

Graphql
  Schemas
  Scalars
  Resolvers
  Mutations
  Login
  SignIn
  Authentication


.
├── package.json
├── src
├   ├── schema
├   ├   ├── books
├   ├   ├   ├── Book.js
├   ├   ├   ├── data.js
├   ├   ├   ├── index.js
├   ├   ├   ├── resolvers.js
├   ├   ├   └── typeDef.js
└── index.js

About

ES6, Sequelize, GraphQL, Apollo Server, Pure GraphQL Authentication


Languages

Language:JavaScript 100.0%