We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Should we allow defining edges without defining id fields??
Foo as Node { blahId: ID<Blah> } & OutboundEdges { blah: Edge<Foo.blahId> }
to:
Foo as Node { } & Edges { blah: OneToOne<Blah> }
but this removes control from the developer and feels a bit opaque.
The text was updated successfully, but these errors were encountered:
maybe we can get some ideas from entgo.io
Sorry, something went wrong.
No branches or pull requests
Should we allow defining edges without defining id fields??
to:
but this removes control from the developer and feels a bit opaque.
The text was updated successfully, but these errors were encountered: