Skip to content

Commit

Permalink
search repository re-write with flowredux
Browse files Browse the repository at this point in the history
  • Loading branch information
DatL4g committed May 22, 2024
1 parent d94f4cf commit fa157fc
Show file tree
Hide file tree
Showing 20 changed files with 331 additions and 488 deletions.
2 changes: 2 additions & 0 deletions anilist/src/commonMain/graphql/PageMediaQuery.graphql
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
query PageMediaQuery(
$page: Int,
$perPage: Int,
$query: String,
$sort: [MediaSort],
$year: Int,
$season: MediaSeason,
Expand All @@ -12,6 +13,7 @@ query PageMediaQuery(
) {
Page(page: $page, perPage: $perPage) {
media(
search: $query,
sort: $sort,
seasonYear: $year,
season: $season,
Expand Down
108 changes: 0 additions & 108 deletions anilist/src/commonMain/graphql/SearchQuery.graphql

This file was deleted.

This file was deleted.

Loading

0 comments on commit fa157fc

Please sign in to comment.