Ariel Mashraki

Results 237 comments of Ariel Mashraki

IDs in Ent are immutable, that’s why this is not supported. @BrandSnob, can you please elaborate on the use case?

Hey, @syssam 👋 Regarding 3 - You can build your custom directive (including `goField`) using the `entgql.Directive` annotation.

Hey! Thanks for the contribution, but we can’t accept this change, as it will introduce a breaking-change. Please follow this custom validator example in our doc: https://entgo.io/docs/schema-fields#validators ```go // MaxRuneCount...

> Thanks for the reply! Adding a new method with no disruptive changes. Thanks for the contribution, but I don't see a reason to add it to the standard ent...

LGTM then. @liangminhua, just add a small unit-test for it, and one of us will merge this.

Hey @WikiRik, just a quick reminder on this. Let me know if you need anything from me. Thanks!

Hey, @krakowski 👋 This is the expected behavior. Edge schemas are primarily meant for use in JOIN tables because extra edge fields can be attached to the type itself. The...

Hey @idc77, you can do the same thing I do on [ent integration tests](https://github.com/ent/ent/blob/master/entc/integration/integration_test.go#L1824-L1839). I delete all entities in the tables using `client.T.Delete().Exec(ctx)`. Does it solve your issue? Thanks

> @a8m It resolved the issue, thanks so much! > > I would still suggest merging this PR, though, as it makes the behavior consistent. O2O and O2M don't have...

Hey! Please add an example that reproduces this issue. A sample app (or a schema) and the query you used. Also, the from/to (git commit hash) versions. You can use...