Skip to content

Instantly share code, notes, and snippets.

@ihsansatriawan
Last active July 4, 2018 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ihsansatriawan/252ea2a11e05647806aeea451882de3f to your computer and use it in GitHub Desktop.
Save ihsansatriawan/252ea2a11e05647806aeea451882de3f to your computer and use it in GitHub Desktop.
query mainCategoriesQueries($id: Int!, $query: String) {
categoryList(id: $id, query: $query) {
categories {
cat_id
url
name
title
parent
applinks
has_child
icon_image_url
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment