Skip to content

Instantly share code, notes, and snippets.

@Bastiani
Created January 15, 2019 16:10
Show Gist options
  • Save Bastiani/23598e17336e2018dbf908b69aea187c to your computer and use it in GitHub Desktop.
Save Bastiani/23598e17336e2018dbf908b69aea187c to your computer and use it in GitHub Desktop.
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject",
"update-schema": "get-graphql-schema http://localhost:5000/graphql > src/schema.graphql",
"relay": "./node_modules/.bin/relay-compiler --src ./src/ --schema ./src/schema.graphql"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment