AnsonHwang86

Results 18 comments of AnsonHwang86

Hello, I suggest to use name of `upsert` instead of `merge`. [upsert - Wiktionaryhttps://en.wiktionary.org › wiki › upsert](https://en.wiktionary.org/wiki/upsert) (computing, databases) An operation that inserts rows into a database table if...

If nested upsert mutation would be supported, that is great. **Variables** ``` { "upsert": [{ "id":"a34-34534-sa3s-ee23", "firstName": "John" "lastName": "Luang", "posts":{ "id":"s3d-s3353-asdf-fe34", "title": "post title", "comments":{ ... } } }]...

yes, I want to get all fields of updated/created node. Why the callback run before database execution. I'm so confused about that.

Yes, I once used Dgraph for a little time. Yes, they offer two kind of callback, one before execution and one after execution. Both two would help to keep the...

@darrellwarde @angrykoala default sort is another topic. My question in this issues is the default sort by @neo4j/graphql for all data. Yes, add defaultSort directive will solved my question. But...

Any updates? I have tried to configure a graphQL query via fetch but it fails: ![image](https://user-images.githubusercontent.com/16233397/192928810-dca76993-67da-487b-a707-807406f77363.png)

This issues should be closed, the splats syntax has come out https://www.edgedb.com/docs/edgeql/select#splats

The rfcs document said that `Typing free objects sounds like an EdgeDB 4.0 feature, especially given that we enable tuples to be used as query arguments in 3.0.`. I just...