avedetvedea
avedetvedea
Adding the Optional keyword to an already optional field in an abstract type gives migration error
Changing my schema from this: ``` abstract type Node { required property createdAt -> datetime { readonly := true; default := (SELECT datetime_current()); } property updatedAt -> datetime { readonly...
``` abstract type Schedule extending Node { required property name -> str; # required link owner -> Athlete | Team; # ---> dropped required multi link sessions -> Session; }...
I believe it would be fitting for EdgeDB to offer a solution to the N+1 problem for its GraphQL constructing users. As stands, although people may observe a performance increase...
Currently `edgedb cli upgrade` returns **edgedb error: Only binary installed at "/Users/ata/Library/Application Support/edgedb/bin/edgedb" can be upgraded** if one opted for the brew download. A better error message would cue the...
At the beginning of the guideline, an example was given under **Type of types**, as _EventsPageLeftRailAttendWidget_ under **Domain specific types**. This didn't really click to me, where seconds later under...
### Is there an existing issue that is already proposing this? - [X] I have searched the existing issues ### Is your feature request related to a problem? Please describe...
When React Forget lands, will react-tracked continue to be useful?
e.g. ``` analyze select Post { id, polls: { id, answered, } } ``` and many more
Some thoughts: - Output cannot be copied with the caret, we have to copy all of it and then clip ourselves - If the page reloads for some reason the...
Sometimes when trying to delete multiple fields, the _Review Changes_ dialog gives a non-informative **None** error. When trying to delete them one by one, you are able to do so.