From 7c960263eb41431640b9bdc109edd2f5d336b7a8 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Thu, 29 Sep 2022 10:06:17 +0300 Subject: [PATCH] doc: remove comment about edge-schema status --- doc/md/schema-edges.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/md/schema-edges.mdx b/doc/md/schema-edges.mdx index 2eac38694d..014af18131 100755 --- a/doc/md/schema-edges.mdx +++ b/doc/md/schema-edges.mdx @@ -919,9 +919,7 @@ The full example exists in [GitHub](https://github.com/ent/ent/tree/master/examp ## Edge Field The `Field` option for edges allows users to expose foreign-keys as regular fields on the schema. -Note that only relations that hold foreign-keys (edge-ids) are allowed to use this option. Support -for non-foreign-key fields in join tables is in progress (as of September 2021) and can be tracked with -this [GitHub Issue](https://github.com/ent/ent/issues/1061). +Note that only relations that hold foreign-keys (edge-ids) are allowed to use this option. ```go title="ent/schema/post.go" // Fields of the Post.