mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-10 14:24:34 -05:00
8 lines
172 B
Kotlin
8 lines
172 B
Kotlin
package suwayomi.tachidesk.graphql.queries
|
|
|
|
import suwayomi.tachidesk.graphql.types.SettingsType
|
|
|
|
class SettingsQuery {
|
|
fun settings(): SettingsType = SettingsType()
|
|
}
|