It seems this is possible according to the docs in GraphQL, but there's no node type query param for Twig.
I have created my own node and would like to fetch only these nodes so something like craft.navigation.nodes().type("MyType").all() or typeLabel.
What are you trying to do?
It seems this is possible according to the docs in GraphQL, but there's no node type query param for Twig. I have created my own node and would like to fetch only these nodes so something like
craft.navigation.nodes().type("MyType").all()
ortypeLabel
.What's your proposed solution?
Add a
type
ortypeLabel
param.Additional context
No response