Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
firassziedan committed Jan 10, 2023
1 parent 65ae766 commit 6bdd797
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# objectionjs-graphql

![npm install](https://nodei.co/npm/objectionjs-graphql.png?mini=true)

![npm version](https://badge.fury.io/js/objectionjs-graphql.svg)
![downloads](https://img.shields.io/npm/dm/objectionjs-graphql.svg)

Automatic GraphQL API generator for objection.js models.

Credit: This project is based on [objection-graphql](https://www.npmjs.com/package/objection-graphql)
## Credit
This project is based on [objection-graphql](https://www.npmjs.com/package/objection-graphql)

## Usage

Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@
"objectionjs",
"objection-graphql"
],
"homepage": "https://firassziedan.github.io/objectionjs-graphql",
"bugs": {
"url": "https://github.com/firassziedan/objectionjs-graphql/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/SeveralBrands/objection-graphql.git"
"url": "git://github.com/firassziedan/objectionjs-graphql.git"
},
"license": "MIT",
"author": "Firass Ziedan <firass.ziedan@gmail.com>",
Expand Down Expand Up @@ -46,5 +50,8 @@
},
"engines": {
"node": ">= 14.0.0"
},
"publishConfig": {
"tag": "latest"
}
}

0 comments on commit 6bdd797

Please sign in to comment.