We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ed773 commit 07fe0e0Copy full SHA for 07fe0e0
spring-graphql-docs/build.gradle
@@ -26,6 +26,7 @@ dependencies {
26
api 'org.springframework.data:spring-data-commons'
27
api 'com.querydsl:querydsl-core'
28
api "org.springframework.boot:spring-boot-starter-graphql:${springBootVersion}"
29
+ api "org.springframework.boot:spring-boot-starter-web:${springBootVersion}"
30
}
31
32
jar {
0 commit comments