mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-07-03 19:04:39 -05:00
Add basic graphql implementation with manga and chapters loading with data loaders
This commit is contained in:
@@ -64,6 +64,10 @@ dependencies {
|
||||
// implementation(fileTree("lib/"))
|
||||
implementation(kotlin("script-runtime"))
|
||||
|
||||
implementation("com.expediagroup", "graphql-kotlin-server", "6.3.0")
|
||||
implementation("com.expediagroup", "graphql-kotlin-schema-generator", "6.3.0")
|
||||
implementation("com.graphql-java", "graphql-java-extended-scalars", "19.0")
|
||||
|
||||
testImplementation(libs.mockk)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user