Add query resolver for timeline view

This commit is contained in:
viktorstrate
2021-02-04 19:02:51 +01:00
parent fa35ea151c
commit ddd2cad1a3
6 changed files with 600 additions and 1 deletions

View File

@@ -24,5 +24,5 @@ require (
gorm.io/driver/mysql v1.0.3
gorm.io/driver/postgres v1.0.7
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.20.11
gorm.io/gorm v1.20.12
)