Skip to content

Commit

Permalink
Delete updates query since the chapters query can now mimic it
Browse files Browse the repository at this point in the history
  • Loading branch information
Syer10 committed Apr 9, 2023
1 parent 313da99 commit b617250
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 119 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import suwayomi.tachidesk.graphql.queries.ExtensionQuery
import suwayomi.tachidesk.graphql.queries.MangaQuery
import suwayomi.tachidesk.graphql.queries.MetaQuery
import suwayomi.tachidesk.graphql.queries.SourceQuery
import suwayomi.tachidesk.graphql.queries.UpdatesQuery
import suwayomi.tachidesk.graphql.server.primitives.Cursor
import suwayomi.tachidesk.graphql.server.primitives.GraphQLCursor
import suwayomi.tachidesk.graphql.server.primitives.GraphQLLongAsString
Expand Down Expand Up @@ -47,8 +46,7 @@ val schema = toSchema(
TopLevelObject(CategoryQuery()),
TopLevelObject(SourceQuery()),
TopLevelObject(ExtensionQuery()),
TopLevelObject(MetaQuery()),
TopLevelObject(UpdatesQuery())
TopLevelObject(MetaQuery())
),
mutations = listOf(
TopLevelObject(ChapterMutation())
Expand Down

This file was deleted.

0 comments on commit b617250

Please sign in to comment.