This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b56242
commit 4e77c4e
Showing
1 changed file
with
5 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,7 @@ | ||
# Current Limitations | ||
|
||
## Required for 1.0 | ||
- [x] Interface type support | ||
- [x] Nested input object support | ||
- [x] Union type support | ||
- [x] `mutation` or `subscription` operation support | ||
- [x] Nullable field support | ||
- [x] Variable definition support | ||
- [x] Rewrite `Result` and `Variable` types | ||
- [x] Type-level testing | ||
- [x] Default unknown scalars to `string`'s | ||
- [ ] Fix nested variable extraction | ||
- [ ] Dynamic selector building (using Proxy's) | ||
- [ ] Restricing `Selection`'s in selector function returns | ||
- [ ] Finish rewriting unit tests | ||
- [ ] Field alias support | ||
- [ ] Directive support | ||
- [ ] Custom scalar support yet (e.g no `Date` objects), limited to JS built-ins (custom scalars default to `string`'s) | ||
- [ ] Named fragments | ||
- [ ] Documentation | ||
- [`const` assertions](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-4.html#const-assertions) required for abstract type selections | ||
- No field alias support | ||
- No named fragment support | ||
- No client directive support | ||
- No nested input object variable support |