Skip to content

Files

Latest commit

 

History

History
26 lines (18 loc) · 601 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 601 Bytes

Relay with local schema/executor

Install:

git clone https://github.com/alloy/relay-local-executor.git
cd relay-local-executor
yarn install
yarn start

Develop

To compile the GraphQL documents, run relay-compiler in a separate shell:

yarn relay --watch

Also be sure to install the recommended vscode extension.

Noteworthy files