Skip to content

Commit

Permalink
doc(readme): type-graphql -> TypeGraphQL
Browse files Browse the repository at this point in the history
  • Loading branch information
goldcaddy77 committed Jan 8, 2019
1 parent bfa618a commit 8179135
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Warthog, set up your data models and the following are automatically generated:

- Database schema - generated by [TypeORM](https://github.com/typeorm/typeorm)
- Your entire GraphQL Schema including:
- types to match your entities - generated by [type-graphql](https://github.com/19majkel94/type-graphql)
- types to match your entities - generated by [TypeGraphQL](https://github.com/19majkel94/type-graphql)
- GraphQL inputs for consistent creates, updates, filtering, and pagination
inspired by [Prisma](https://github.com/prisma/prisma)'s conventions
- A [graphql-binding](https://github.com/graphql-binding/graphql-binding) for
Expand Down Expand Up @@ -124,7 +124,7 @@ for DBs.
Special thanks to the authors of:

- [TypeORM](https://github.com/typeorm/typeorm)
- [type-graphql](https://github.com/19majkel94/type-graphql)
- [TypeGraphQL](https://github.com/19majkel94/type-graphql)
- [Prisma](https://github.com/prisma/prisma)

Ultimately, Warthog is a really opinionated, yet flexible composition of these libraries
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

All examples can be bootstapped and run with `yarn bootstrap && yarn start`

Since Warthog uses TypeORM and type-graphql out of the box, you can also
Since Warthog uses TypeORM and TypeGraphQL out of the box, you can also
Eject from Warthog for custom things and use their examples:

- [TypeORM](https://github.com/typeorm/typeorm/tree/master/sample)
- [type-graphql](https://github.com/19majkel94/type-graphql/tree/master/examples)
- [TypeGraphQL](https://github.com/19majkel94/type-graphql/tree/master/examples)

0 comments on commit 8179135

Please sign in to comment.