Skip to content

Commit d59f9b5

Browse files
committed
Updating graphql-spring-boot badges to match the repo readme.md
1 parent 1bba363 commit d59f9b5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/spring-boot/_index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ menu:
77
parent: Spring Boot
88
---
99

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+
1017
This library contains various Spring Boot starters to enable GraphQL related
1118
services or features.
1219

@@ -23,6 +30,10 @@ and [GraphQL-Java Annotations](https://github.com/Enigmatis/graphql-java-annotat
2330
* **graphiql-spring-boot-starter**: embeds the **GraphiQL** tool for schema
2431
introspection and query debugging (see [GraphiQL](https://github.com/graphql/graphiql))
2532

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+
2637
* **graphql-spring-boot-starter-test**: adds testing capabilities to your project,
2738
like the `@GraphQLTest` annotation which is comparable to `@SpringBootTest`
2839

0 commit comments

Comments
 (0)