summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-09-24 05:47:31 +0200
committerEugen Wissner <belka@caraus.de>2020-09-24 05:47:31 +0200
commit9bfa2aa7e8a72c9cc08743152a96d18312625712 (patch)
tree83455a5432e0430fa6048b13ca2e740cd5017ec4 /README.md
parente9a94147fb5cf6b871268a373fc211cfa50da2fc (diff)
downloadgraphql-9bfa2aa7e8a72c9cc08743152a96d18312625712.tar.gz
Validate input fields have unique names
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index ee5bab4..455ab50 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
# GraphQL implementation in Haskell
[![Hackage Version](https://img.shields.io/hackage/v/graphql.svg)](https://hackage.haskell.org/package/graphql)
+[![Hackage CI](https://matrix.hackage.haskell.org/api/v2/packages/graphql/badge)](https://matrix.hackage.haskell.org/package/graphql)
[![Build Status](https://github.com/caraus-ecms/graphql/workflows/Haskell%20CI/badge.svg)](https://github.com/caraus-ecms/graphql/actions?query=workflow%3A%22Haskell+CI%22)
[![License](https://img.shields.io/badge/license-BSD--3--Clause-blue.svg)](https://raw.githubusercontent.com/caraus-ecms/graphql/master/LICENSE)
[![Simple Haskell](https://www.simplehaskell.org/badges/badge.svg)](https://www.simplehaskell.org)