The Grafbase Database is deprecated. Use connectors to federate your existing data sources.
We're happy to announce the release of paginated relations.
You can now paginate relations using arguments first
, last
, before
, and after
with connection
types — learn more about Pagination.
type Category @model {
name: String
posts: [Post]
}
type Post @model {
title: String
category: Category
}
The schema above represents a Category that has many Posts, and a Post belongs to one Category.
- Grafbase CLI 0.8.0 has been released to include all of the above.
- OpenID Connect is now supported locally with version 0.8.0
- Special thanks to @ajcwebdev for fixing a typo with the
init
output.
We'd love to hear your feedback and ideas, so join us on Discord.