schroda
be2628875f
Correctly select results using cursors while sorting ( #696 )
...
When using cursors for pagination while sorting, the sort order was inverted (desc -> asc, asc -> desc).
However, this was then not considered when selecting results based on the cursor.
For before/after results where always selected via greater/less.
Due to inverting the sort order, this also needs to be inverted depending on the sort order (desc or asc).
2023-10-02 17:46:26 -04:00
schroda
a76ce03911
Throw error instead of returning null ( #666 )
...
In case e.g. no manga exists for the passed id, the query returned null.
This makes it harder to have a "streamlined" error handling in the client, since these types of queries need a special handling.
2023-08-27 22:38:52 -04:00
Mitchell Syer
47e5b03f45
Fix some manga filters ( #624 )
2023-07-29 20:25:27 -04:00
Mitchell Syer
3f91663ecf
Rewrite meta and add meta mutations ( #556 )
2023-05-26 13:45:16 +03:30
Mitchell Syer
945ec818e5
Remove category filter ( #551 )
2023-05-24 14:01:21 +03:30
Syer10
4577bbc572
More mutations
2023-04-28 21:56:25 -04:00
Syer10
313da99536
Add in library filter for chapters
2023-04-08 22:54:56 -04:00
Syer10
891fb0b479
Simplify keyset pagination
2023-04-08 15:27:18 -04:00
Syer10
58a623d44d
Fix keyset pagination for non-unique order by modes
2023-04-08 13:37:09 -04:00
Syer10
a4dfcf80e4
Implement manga status filter
2023-04-07 21:30:20 -04:00
Syer10
d8567eadb2
Simplify queries
2023-04-07 21:10:38 -04:00
Syer10
0b88207ad5
Fix empty results errors
2023-04-07 00:02:00 -04:00
Syer10
671466a737
Complete CategoryQuery
2023-04-06 21:53:30 -04:00
Syer10
84881a0d52
Complete MangaQuery
2023-04-04 21:02:29 -04:00
Syer10
a6dddf311c
Basically finish MangaQuery, only paging left
2023-04-03 22:04:46 -04:00
Syer10
e8c2bad187
Handle missing objects in graphql
2023-04-02 20:39:56 -04:00
Syer10
52bda2c080
Start working on graphql paging
2023-04-02 20:15:09 -04:00
Syer10
607919f40f
Implement more query parameters
2023-04-02 17:33:19 -04:00
Syer10
3bbda7ba54
More todos
2023-03-31 22:36:01 -04:00
Syer10
4c30d8ab05
Some TODOs with ideas
2023-03-31 22:00:01 -04:00
Valter Martinek
21719f4408
Add basic graphql implementation with manga and chapters loading with data loaders
2023-03-30 17:03:56 -04:00