Skip to content

Commit

Permalink
docs(readme): add badge for build and test action
Browse files Browse the repository at this point in the history
  • Loading branch information
split committed Sep 25, 2023
1 parent 85c8bcc commit 8cf5e00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# JSON Schema to GraphQL

[![Build and test](https://github.com/split/json-schema-to-graphql/actions/workflows/main.yml/badge.svg?event=push)](https://github.com/split/json-schema-to-graphql/actions/workflows/main.yml)

This is a tool that compiles `JSON Schema` to `GraphQL` schema output types. It uses awesome [json-schema-to-typescript](https://www.npmjs.com/package/json-schema-to-typescript) under the hood and it's basically custom generator for it, that instead of `TypeScript` outputs `GraphQL` using same `AST`.

## Example
Expand Down

0 comments on commit 8cf5e00

Please sign in to comment.