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
(let [conn (hodur/init-schema '[A [^{:type String} b]])] (hodur/extend-schema conn '[C [^{:type String} d]]) (->> @conn (d/q '[:find [(pull ?e [* {:field/_parent [* {:field/type [*]}]}]) ...] :where [?e :type/name] [?e :type/nature :user]]) (mapv (comp :field/type first :field/_parent))))
Not sure if this is the intended behaviour for extend-schema but I would expect the string primitive type to be returned for the d field as well
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(let [conn (hodur/init-schema '[A [^{:type String} b]])]
(hodur/extend-schema conn '[C [^{:type String} d]])
(->> @conn
(d/q '[:find [(pull ?e [* {:field/_parent [* {:field/type [*]}]}]) ...]
:where
[?e :type/name]
[?e :type/nature :user]])
(mapv (comp :field/type first :field/_parent))))
Not sure if this is the intended behaviour for extend-schema but I would expect the string primitive type to be returned for the d field as well
The text was updated successfully, but these errors were encountered: