Back to Relay

Agenda

meta/meeting-notes/2016-03-31-team-sync.md

20.1.11.3 KB
Original Source

Agenda

  • Status updates

Status Updates

  • @kassens
    • Edge optimization landed: measuring and converting products.
    • Persisted queries:
      • Getting on permalink view for internal app.
      • Better error messaging for incompatible variables.
  • @yuzhi
    • Updated setVariables to rerun fetch logic to fill missing data caused by forceFetch.
    • Cleaning up internal docs and troubleshooting guide.
    • More office hours.
  • @steveluscher
    • RelayConnection integration debugging.
    • Incrementally checking in RelayConnection.
  • @wincent
    • More mutation validations.
      • Broke some stuff, relaxing some constraints.
    • Pretty printer for nodes for debugging and testing.
    • Trying to layer Relay mutation work with low-level API.
    • Merging some mutation PRs.
  • @josephsavona
    • Graph Mode:
      • Initial version of Graph Mode writer is in.
      • Converting tests to use Graph Mode.
      • Getting Graph Mode in internal app.
      • Paths don't easily fit into Graph Mode.
        • Moved them to be lazy on read, it was slow.
        • Thinking about making them truly lazy just when needed at query-time; mostly works, could require fragment tracking.