Commit Graph

4 Commits

Author SHA1 Message Date
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
Lucien Cartier-Tilet d0a40b7ed8
Almost no unwraps !
continuous-integration/drone/push Build is passing Details
2023-01-16 00:48:09 +01:00
Lucien Cartier-Tilet 8c62727ec9
Add ADMIN_KEY variable to context 2023-01-15 22:51:22 +01:00
Lucien Cartier-Tilet 05ca82c4e1
Move context to new file, add to context if user is authentified
continuous-integration/drone/push Build is passing Details
2023-01-15 18:10:51 +01:00