engine icon indicating copy to clipboard operation
engine copied to clipboard

Rapidly build your data model with TypeScript and Engine instantly turns it into a GraphQL API.

Results 86 engine issues
Sort by recently updated
recently updated
newest added

This command is not useable in scripting because it requires user to fill all arguments interactively. ``` tenant:invite Invites a user by an email Usage: [instance] Arguments and options: [instance...

Currently, when defining an array column in the Contember schema using the `.list()` method, the `.notNull()` constraint applies only to the column itself. This means that while the column cannot...

- With configurable `precision` and `scale` (`def.numericColumn(20, 2)`). - Transported as string (`'-123456789123.456'`). - Currently postgres sends trailing `0` filling the precision (`123.450000000`) - maybe Contember might transport shorter variant...

When you try to use useRepeaterSortableItem inside drag overlay, it now fails, because it is not inside the sortable item context.

Maybe it should even deny setting those `cascadeOnDelete()`, `setNullOnDelete()` or `restrictOnDelete()` in View entities.