You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there a good reason to require the extra vector before and after the [:edges line? Why not just treat all elements after the field name as a nested selection?
For example, in hiccup, syntax like this is supported: [:div {} [:p "test"]]. You don't need to wrap [:p "test"] in yet another vector.
The text was updated successfully, but these errors were encountered:
In order to generate this GraphQL query:
Venia requires this syntax:
Is there a good reason to require the extra vector before and after the
[:edges
line? Why not just treat all elements after the field name as a nested selection?For example, in hiccup, syntax like this is supported:
[:div {} [:p "test"]]
. You don't need to wrap[:p "test"]
in yet another vector.The text was updated successfully, but these errors were encountered: