This project demonstrates how to use default values for fields. It builds on the Task Manager starter project.
To run this project, clone the Keystone repository locally, run yarn at the root of the repository then navigate to this directory and run:
yarn devThis will start the Admin UI at localhost:3000. You can use the Admin UI to create items in your database.
You can also access a GraphQL Playground at localhost:3000/api/graphql, which allows you to directly run GraphQL queries and mutations.
This project demonstrates how to provide default values to fields.