Sample application with framework adonis and graphql
Docker recomended
docker-compose
- First time running
docker-compose up --build- Other times
docker-compose upThe app will be runinng on 3333 port
- Mutation
- register(username: String!, password: String!, email: String!)
- login (email: String!, password: String!)
- Query
- fetchUser
- Mutation
- editUser(email: String, password: String)
- removeUser(password: String!)