/graphQL-mongo-koa

Simple project to practice graphQL with Mongo and Koa

Primary LanguageJavaScript

graphQL-mongo-koa

Codacy Badge Build Status

Simple project to practice graphQL with Mongo and Koa

Requirements

  • Docker Compose 1.21.2+

Run

docker-compose build
docker-compose up

Check the project

Go to

http://localhost:8085/graphql

Use the Query

{
	user(name: "Kevin Martins") {
    name
    age
    birthday
    nick
    id
  }
}

Execute

alt text