ordabok/src/graphql
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
..
context.rs Implement more mutations 2023-01-24 01:05:18 +01:00
mod.rs Move context to new file, add to context if user is authentified 2023-01-15 18:10:51 +01:00
mutation.rs Implement more mutations 2023-01-24 01:05:18 +01:00
query.rs Fix word name collision, add two new user-related features 2023-01-18 10:26:45 +01:00