Add basic graphql implementation with manga and chapters loading with data loaders

This commit is contained in:
Valter Martinek
2022-11-10 22:42:12 +01:00
committed by Syer10
parent f2a650ba02
commit 21719f4408
15 changed files with 535 additions and 0 deletions

View File

@@ -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)
}