Simple project to practice graphQL with Mongo and Koa
- Docker Compose 1.21.2+
docker-compose build
docker-compose up
http://localhost:8085/graphql
{
user(name: "Kevin Martins") {
name
age
birthday
nick
id
}
}
Simple project to practice graphQL with Mongo and Koa
Simple project to practice graphQL with Mongo and Koa
docker-compose build
docker-compose up
http://localhost:8085/graphql
{
user(name: "Kevin Martins") {
name
age
birthday
nick
id
}
}