Skip to content

Commit

Permalink
docs(README): Fix ci badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwon Kim committed Jan 21, 2019
1 parent 0943137 commit 92020a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# graphql-typescript [![npm](https://img.shields.io/npm/v/graphql-typescript.svg?style=flat-square)](https://www.npmjs.com/package/graphql-typescript) [![npm](https://img.shields.io/npm/dt/graphql-typescript.svg?style=flat-square)](https://www.npmjs.com/package/graphql-typescript) [![CircleCI token](https://img.shields.io/circleci/token/13928c03d7e040db692e4a58e8a387a856d12fd7/project/github/vichyssoise/graphql-typescript/master.svg?style=flat-square)](https://circleci.com/gh/vichyssoise/graphql-typescript/tree/master) [![Coveralls github](https://img.shields.io/coveralls/github/vichyssoise/graphql-typescript/master.svg?style=flat-square)](https://coveralls.io/github/vichyssoise/graphql-typescript?branch=master) [![dependencies Status](https://david-dm.org/vichyssoise/graphql-typescript/status.svg?style=flat-square)](https://david-dm.org/vichyssoise/graphql-typescript)
# graphql-typescript [![npm](https://img.shields.io/npm/v/graphql-typescript.svg?style=flat-square)](https://www.npmjs.com/package/graphql-typescript) [![npm](https://img.shields.io/npm/dt/graphql-typescript.svg?style=flat-square)](https://www.npmjs.com/package/graphql-typescript) [![CircleCI token](https://img.shields.io/circleci/token/13928c03d7e040db692e4a58e8a387a856d12fd7/project/github/pueue/graphql-typescript/master.svg?style=flat-square)](https://circleci.com/gh/pueue/graphql-typescript/tree/master) [![Coveralls github](https://img.shields.io/coveralls/github/pueue/graphql-typescript/master.svg?style=flat-square)](https://coveralls.io/github/pueue/graphql-typescript?branch=master) [![dependencies Status](https://david-dm.org/pueue/graphql-typescript/status.svg?style=flat-square)](https://david-dm.org/pueue/graphql-typescript)

Define and build GraphQL Schemas using typed classes

Expand Down Expand Up @@ -286,4 +286,4 @@ makeSchema(rootType, {
```

- `rootType`: A root type of schema
- `types`: Rest of types except a root type
- `types`: Rest of types except a root type

0 comments on commit 92020a6

Please sign in to comment.