Skip to content

Commit ba8dfe6

Browse files
add implementation 'graphql'
1 parent b1b6388 commit ba8dfe6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ dependencies {
3232
implementation("org.springframework.boot:spring-boot-starter-validation")
3333
implementation("org.springframework.boot:spring-boot-starter-webflux")
3434

35+
implementation 'com.graphql-java:graphql-java:20.0'
36+
3537
// Telegram
3638
implementation("org.telegram:telegrambots-client:8.3.0")
3739
implementation("org.telegram:telegrambots-springboot-longpolling-starter:8.3.0")

0 commit comments

Comments
 (0)