Created
December 14, 2017 15:08
-
-
Save ramsaylanier/f10235eaeee42219c38d8716a7bfc83a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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