AnsonHwang86
AnsonHwang86
**Is your feature request related to a problem? Please describe.** Could you also add the ability to return the value of all field along with the added/updated value? such as...
Hello, when I add a new node with create mutation. The new added node is return in the front of result instead of last one. This behavior seems weird. Can...
**Is your feature request related to a problem? Please describe.** @queryOptions description in document ```@queryOptions The @queryOptions is to be used on nodes, where applied will inject values into a...
**Describe the bug** A clear and concise description of what the bug is. **Type definitions** ```gql type Foo { uuid:ID @id name: String @unique sth: String bar: [Bar!]! @relationship(type:"HAS", direction:OUT)...
edgedb 3.2 on cloud  ``` update Bom filter .title = "dfd" set { components += ( update Component filter .sku = "5" set { @relationship := "ddfdsssss" } )...
- EdgeDB Version:4.0-rc.1+fd5ed53 - Steps to Reproduce: 1. let's run following against example database ``` with movies := $user,upserts:=( for item in json_array_unpack(movies) union( (result:=(update Movie filter .id=item["id"] set {title:=item["title"]}),action:="update")??...
Every time, when I see the little green dot and `AVAILABLE`, I can't help but think of a new and available upgraded version, and then click on the three-dot symbol...
Hello, say we have a schema following: ``` type Person { name: str; multi likeMovies: Movie } type Movie { name: str; directedBy: Person; } type ClassRoom{ name: str; multi...
Here is decoder of default Edgedb self-signed Certificate.  Subject Alternative Names: 127.0.0.1 After I added this cert to system store on Mac, there is a `ERR_CERT_COMMON_NAME_INVALID` ERROR show in...