Add GraphQLTester

See gh-43
This commit is contained in:
Rossen Stoyanchev
2021-04-15 13:00:20 +01:00
parent 645cf21f17
commit e22d3e8ea4
8 changed files with 1568 additions and 2 deletions

View File

@@ -15,4 +15,4 @@ pluginManagement {
}
rootProject.name = 'spring-graphql'
include 'spring-graphql-web', 'graphql-spring-boot-starter', 'samples:webmvc-http', 'samples:webflux-websocket'
include 'spring-graphql-web', 'spring-graphql-test', 'graphql-spring-boot-starter', 'samples:webmvc-http', 'samples:webflux-websocket'