Brendan McKenzie
Brendan McKenzie
### Feature description When running `migrate watch` in a rather short terminal window SQL errors are lost amongst Javascript stack traces ### Motivating example There are 10 lines of JS...
When I added a virtual constraint to a field on a complex type using tags I started to get an error on this line.
When I run this mutation, the entity is updated correctly. `PropertyId` on the `QuoteDay` entity is set to the specified value. ```graphql updateQuoteDay( input: { patch: { propertyToPropertyId: { connectById:...