Get started
Install​
Install @faststore/api
as a dependency of your FastStore project via the command line:
- npm
- Yarn
yarn add @faststore/api
yarn add @faststore/api
Usage​
Explore the GraphQL data layer by running a local server of your FastStore project in your machine.
- Open the terminal and change to your FastStore project directory.
- Install dependencies using yarn (
yarn install
), - Start a development server (
yarn develop
). - Access http://localhost:8000/___graphql to fetch data and build queries.