graphitation icon indicating copy to clipboard operation
graphitation copied to clipboard

[AARDT] TODOs for 1JS

Open alloy opened this issue 1 year ago • 2 comments

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

alloy avatar Apr 14 '23 11:04 alloy

Related issues: #337, #340, #331 Some PRs with fixes: #338, #336

sjwilczynski avatar Jul 25 '23 14:07 sjwilczynski

#341 also contained a lot of fixes

sjwilczynski avatar Jan 24 '24 14:01 sjwilczynski