File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 7
7
parent : Spring Boot
8
8
---
9
9
10
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.graphql-java-kickstart/graphql-spring-boot-starter.svg )] ( https://img.shields.io/maven-central/v/com.graphql-java-kickstart/graphql-spring-boot-starter.svg )
11
+ [ ![ GitHub CI Workflow] ( https://github.com/graphql-java-kickstart/graphql-spring-boot/workflows/ci/badge.svg )] ( https://github.com/graphql-java-kickstart/graphql-spring-boot/actions?query=workflow%3ACI+branch%3Amaster )
12
+ [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=graphql-java-kickstart_graphql-spring-boot&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=graphql-java-kickstart_graphql-spring-boot )
13
+ [ ![ GitHub contributors] ( https://img.shields.io/github/contributors/graphql-java-kickstart/graphql-spring-boot )] ( https://img.shields.io/github/contributors/graphql-java-kickstart/graphql-spring-boot )
14
+ [ ![ Discuss on GitHub] ( https://img.shields.io/badge/GitHub-discuss-orange )] ( https://github.com/graphql-java-kickstart/graphql-spring-boot/discussions )
15
+
16
+
10
17
This library contains various Spring Boot starters to enable GraphQL related
11
18
services or features.
12
19
@@ -23,6 +30,10 @@ and [GraphQL-Java Annotations](https://github.com/Enigmatis/graphql-java-annotat
23
30
* ** graphiql-spring-boot-starter** : embeds the ** GraphiQL** tool for schema
24
31
introspection and query debugging (see [ GraphiQL] ( https://github.com/graphql/graphiql ) )
25
32
33
+ * ** playground-spring-boot-starter** : embeds the ** GraphQL Playground** tool for schema
34
+ introspection and query debugging (see [ GraphQL Playground] ( https://github.com/prisma/graphql-playground ) )
35
+
36
+
26
37
* ** graphql-spring-boot-starter-test** : adds testing capabilities to your project,
27
38
like the ` @GraphQLTest ` annotation which is comparable to ` @SpringBootTest `
28
39
You can’t perform that action at this time.
0 commit comments