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
:id
Support :ids like: :person/id and :city/id. Helps with differentiating between 'types' of nodes, just like attributes :person/name and :city/name do.
:person/id
:city/id
:person/name
:city/name
One idea is to make a rule like: "every attribute ending in /id is treated as :id". (:db/id excepted, I guess.)
/id
:db/id
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Support
:id
s like::person/id
and:city/id
. Helps with differentiating between 'types' of nodes, just like attributes:person/name
and:city/name
do.One idea is to make a rule like: "every attribute ending in
/id
is treated as:id
". (:db/id
excepted, I guess.)The text was updated successfully, but these errors were encountered: