tomfrew

Results 4 issues of tomfrew

The JSON Schema spec supports multiple values for types which allows a property to be nullable. e.g. ```yaml type: object properties: foo: type: [string, "null"] ``` When generating types with...

* Export an `errors` object from the functions SDK with error classes which can be used to throw specific error types which when get transforms into the correct status codes...

We currently wrap all mutation functions in a transaction which gets rolled back if the function throws an error. This is a great default but there are times where you...