Skip to content

Commit 9146301

Browse files
committed
Update docs
1 parent 2f7457f commit 9146301

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616

1717
## Background
1818

19-
This project was created so I could become more familiar with [GraphQL](https://graphql.org/). It's based off [the code](https://github.com/howtographql/graphql-js) for [How to GraphQL](https://www.howtographql.com/)'s [GraphQL.js tutorial](https://www.howtographql.com/graphql-js/0-introduction/).
19+
This project was created so I could become more familiar with [GraphQL](https://graphql.org/). It was originally based off [the code](https://github.com/howtographql/graphql-js) for [How to GraphQL](https://www.howtographql.com/)'s [GraphQL.js tutorial](https://www.howtographql.com/graphql-js/0-introduction/), and evolved as follows:
20+
21+
- Integration tests added to facilitate refactoring.
22+
- Conversion to TypeScript.
23+
- Switched to constructing the GraphQL schema with [Nexus Schema](https://github.com/graphql-nexus/schema).
2024

2125
## Getting Started
2226

0 commit comments

Comments
 (0)