AnsonHwang86
AnsonHwang86
waiting for this inplement
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: 
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...