ordabok/src/db/models
Lucien Cartier-Tilet a624636939
Implement more mutations
Implement mutations:
- create language
- delete language
- user follows a language
- user unfollows a language
- new word

Context's user_auth now contains either the user's ID or nothing if
not authentificated.
2023-01-24 01:05:18 +01:00
..
languages.rs Implement more mutations 2023-01-24 01:05:18 +01:00
mod.rs Almost no unwraps ! 2023-01-16 00:48:09 +01:00
users.rs Add method to get user’s followers 2023-01-18 11:21:34 +01:00
words.rs Implement more mutations 2023-01-24 01:05:18 +01:00