graphitation
graphitation copied to clipboard
[AARDT] TODOs for 1JS
With highest priority first:
- [ ] Fix bug which breaks
@connection
with filters when duct-tape tries to read from the cache: https://github.com/microsoft/graphitation/pull/300 - [x] Apply fix from 1JS 352fbc5ec42a5705027409dc7c7ab2480e664ae3
- [x] Apply fix from 1JS 6f6b783e03820492d03dd7cbaad4bb3baac50982
- [x] Make duct-tape cli/compiler package which: * wraps relay-compiler * wraps the TS plugin * has the graphitisation plugin bits * exposes a duct-tape cli bin * Move createImportDocumentsTransform to cli/compiler package
- [ ] Come to a decision about overloading the
Query.node
field with a field-policy - [ ] Figure out way to not need to patch @apollo/client.
- [x] Deprecate fragment interpolation: * Throw a warning * Don't need it otherwise
### Tasks
- [ ] Add doc warning that without emitting documents you need to have stable inlined docs
Related issues: #337, #340, #331 Some PRs with fixes: #338, #336
#341 also contained a lot of fixes