System fields
Grafbase automatically manages various system fields for types tagged with @model
.
You don't need to add these fields to any models inside of your schema.
The id
field is of the type ID and automatically managed by Grafbase.
The createdAt
field is of the type DateTime and automatically managed by Grafbase.
The updatedAt
field is of the type DateTime and automatically managed by Grafbase.