Commit Graph

4 Commits

Author SHA1 Message Date
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
425e00acc1
Manually add users to database, better handling of errors in API
All checks were successful
continuous-integration/drone/push Build is passing
Also manually remove users from database, and list them only as admin
2023-01-16 00:09:50 +01:00
e522f358e5
Change mutation to quickly test if a user is connected or not 2023-01-15 22:50:48 +01:00
b20fb5f079
Fragment graphql module, add Appwrite vars to context 2023-01-15 17:36:32 +01:00