1
Fork 0
photoview/api/graphql
viktorstrate 8e8abe7d37
Replace all gorm .Scan() calls with .Find()
if the argument is a model. This ensures that the proper gorm hooks are
called which was causing the full screen view on the Places page to
crash.

Also fixed a bug in Messages.js that caused a crash.
2021-04-15 16:27:26 +02:00
..
auth Add dataloaders to combine database queries (#190) 2021-02-07 22:17:33 +01:00
dataloader Fix bug where an unauthorized request could crash the server 2021-02-14 11:19:29 +01:00
models Integrate swedish translation 2021-04-15 11:59:49 +02:00
notification Update gomod to reflect repo transfer 2020-12-17 22:51:43 +01:00
resolvers Replace all gorm .Scan() calls with .Find() 2021-04-15 16:27:26 +02:00
directive.go Finish localization 2021-04-11 22:31:42 +02:00
generated.go Integrate swedish translation 2021-04-15 11:59:49 +02:00
schema.graphql Integrate swedish translation 2021-04-15 11:59:49 +02:00