/NodeJS-GraphQL

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

Primary LanguageJavaScript

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