-
Notifications
You must be signed in to change notification settings - Fork 73
-
Like the title is there a Graphql request that returns all because at the moment you need to specify an Id or Slug.
Ex.
This one only returns the main-navigation
renderNavigation(
navigationIdOrSlug: "main-navigation"
type: TREE
menuOnly: false
)
Is there one that returns for all kinda like this
renderNavigation(
navigationIdOrSlug: "all"
type: TREE
menuOnly: false
) {
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment