kikeex / GraphQL-Sequelize-Mysql-example

A simple example proyect using GraphQL building schema's and mutations's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# GraphQL Sequelize example

A simple example proyect using GraphQL building schema's and mutation's. The dabase conector is Mysql2, but if you want to use other, just change the dialect and install the dependency. Sequelize creates the tables and insert one test user.

Instructions

  • yarn install
  • yarn start

About

A simple example proyect using GraphQL building schema's and mutations's


Languages

Language:JavaScript 100.0%