Skip to content

Commit

Permalink
Fix readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljharvey committed Apr 5, 2020
1 parent f2e8694 commit 388dca7
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,15 @@ you can use in your project.

## What's working?

[X] Object types
[X] Built-in Scalar types
[X] Enumeration types
[X] Type modifiers (1)
[ ] Custom Scalar types (2)
[X] Union types
[X] Interface types (3)
[ ] Input types (4)
[ ] Documents (5)
- [x] Object types
- [x] Built-in Scalar types
- [x] Enumeration types
- [x] Type modifiers (1)
- [ ] Custom Scalar types (2)
- [x] Union types
- [x] Interface types (3)
- [ ] Input types (4)
- [ ] Documents (5)

1. Currently lists work but we ignore the nullable / non-nullable distinction.
Everything is non-nullable for now, this will come soon.
Expand All @@ -90,6 +90,11 @@ you can use in your project.
implement.
5. I haven't even thought about tackling this part yet.

## Other notes

Recursive declarations will utterly explode if you try and use them. I have a
plan to implement a limit to stop this.

## Inspiration

Thanks to [fast-check-io-ts](https://www.npmjs.com/package/fast-check-io-ts)
Expand Down

0 comments on commit 388dca7

Please sign in to comment.