Commit Graph

10 Commits

Author SHA1 Message Date
c9a59f4731 Simplify some utility functions 2021-10-18 14:37:29 +02:00
54461e7934 Fix connection between GraphQL and SQL
At this point I don't even know where I started anymore.
At least it works and the code looks kinda nice.
This is something for future me. I need sleep.
2021-10-17 22:04:39 +00:00
15e9c596c2 Change all field names to camelCase in GraphQL 2021-10-17 17:09:06 +00:00
8d67300d5f Change return type of createUser to ID 2021-10-17 16:58:04 +00:00
b46715650b Add graphql field get_user_id
Given a username it will give you this user's ID
2021-10-17 16:28:50 +00:00
1ea3e5260c Add basic user adding functionality
What works:
- adding users
- default settings
- detect duplicate usernames
2021-10-16 23:52:58 +00:00
8522306298 getting warp to work
Co-authored-by: Elias Schriefer
2021-09-26 14:59:56 +00:00
40abea11f0 Implement GraphQL logic for SQLite 2021-07-27 19:11:40 +00:00
5fce7657f7 Add GraphQL juniper definitions 2021-07-21 08:23:14 +00:00
998b6f93bc Add module for graphql stuff 2021-07-16 07:05:09 +00:00