Deploying Grafbase projects using monorepos and custom project folders is now possible. This means you can now deploy your project from any folder in your repository.
The root folder can be changed at any time in the Settings tab of your project.
Also note as of CLI version 0.45 the default project root folder is now ./
and no longer ./grafbase
.
Configuration using schema.graphql
is now deprecated in favor of TypeScript configuration. This means that running npx grafbase init
will always create a grafbase.config.ts
file instead of schema.graphql
.
We'd love to hear your feedback and ideas, so join us on Discord.