Skip to content

alloy/graphql-augment-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published