We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3210b5b commit bc57b76Copy full SHA for bc57b76
README.md
@@ -35,8 +35,6 @@ This boilerplate wires up:
35
- Reading .env using `envy`
36
- Database
37
- Graphql API
38
- - `login(email: String, password: String) { token user { id } }`
39
- - `register(email: String, password: String, name: String) { token user { id } }`
40
- Authorization using JWT
41
- Monad transformers
42
0 commit comments