mirror of
https://github.com/ent/ent.git
synced 2026-05-22 09:31:45 +03:00
entc/gen: returns affected rows in delete
Summary: Pull Request resolved: https://github.com/facebookexternal/fbc/pull/1455 Reviewed By: alexsn Differential Revision: D17396880 fbshipit-source-id: 3a3a9849b816777bd0ef94cf55b2291705a37df6
This commit is contained in:
committed by
Facebook Github Bot
parent
2b1ff377b5
commit
83d0063437
@@ -66,6 +66,9 @@ func OtherV() *dsl.Traversal { return New().OtherV() }
|
||||
// Count is the api for calling __.Count().
|
||||
func Count() *dsl.Traversal { return New().Count() }
|
||||
|
||||
// Drop is the api for calling __.Drop().
|
||||
func Drop() *dsl.Traversal { return New().Drop() }
|
||||
|
||||
// Fold is the api for calling __.Fold().
|
||||
func Fold() *dsl.Traversal { return New().Fold() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user