Manually update GraphQL-Java to fix subscription data loaders (#1186)

This commit is contained in:
Mitchell Syer
2024-12-07 14:12:56 -05:00
committed by GitHub
parent 8e3b8df497
commit 3eabbc9770
4 changed files with 9 additions and 9 deletions
+2 -1
View File
@@ -43,7 +43,8 @@ dependencies {
// GraphQL
implementation(libs.graphql.kotlin.server)
implementation(libs.graphql.kotlin.scheme)
implementation(libs.graphql.scalars)
implementation(libs.graphql.java.core)
implementation(libs.graphql.java.scalars)
// Exposed ORM
implementation(libs.bundles.exposed)