keel icon indicating copy to clipboard operation
keel copied to clipboard

Keel is an all-in-one backend platform that is designed to give you everything you need to build your product.

Results 14 keel issues
Sort by recently updated
recently updated
newest added

Limiting the number of connections in the functions runtime to 1. Furthermore, configuring 3 retries with an interval of 1s.

When creating write messages with inline fields; e.g.: ``` // keel schema write testAction(id, name?, relation.id?) returns (SomeResponse) ``` we should create hierarchical input messages for any models field (`relation.id`)...