Version: 0.16.x
Create Graphback
Create Graphback is a command-line utility for creating Graphback applications.
#
UsageYou can initialise a Graphback project by either of the following commands:
With npx:
With npm init:
The CLI will ask you to pick from one of a number of templates. Once chosen, the template will be downloaded to your computer.
Change into your project folder:
Install dependencies with yarn (or npm):
yarn:
npm:
The project will have a GraphQL schema file with some example types which you will likely want to change. Learn how to design your data models.
Each template will be different, so you should follow the guide in your new project's README
to complete the setup.