Skip to content

Instantly share code, notes, and snippets.

@ramsaylanier
Created December 14, 2017 15:08
Show Gist options
  • Select an option

  • Save ramsaylanier/f10235eaeee42219c38d8716a7bfc83a to your computer and use it in GitHub Desktop.

Select an option

Save ramsaylanier/f10235eaeee42219c38d8716a7bfc83a to your computer and use it in GitHub Desktop.
query Menu($menu: String!) {
menus(name: $menu) {
items {
id
order
post_title
navitem{
id
post_title
post_name
}
children{
id
linkedId
navitem{
post_title
post_name
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment