8000 doc: remove comment about edge-schema status by a8m · Pull Request #2974 · ent/ent · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

doc: remove comment about edge-schema status #2974

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 29, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions doc/md/schema-edges.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
0