Skip to content

Files

Latest commit

 

History

History
21 lines (18 loc) · 349 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 349 Bytes

Example of augmenting remote execution with:

  • type extension using local fields -- e.g. for local state
  • mutating of remote field result -- e.g. for localizing field results
$ yarn install
$ yarn start
{
  "data": {
    "user": {
      "name": "Satya",
      "title": "Bossmang",
      "hasLocalState": true
    }
  }
}