Skip to content

Instantly share code, notes, and snippets.

@ummdorian
Created February 18, 2020 23:04
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 ummdorian/f11679dadffe6141c2a126c1f951748f to your computer and use it in GitHub Desktop.
Save ummdorian/f11679dadffe6141c2a126c1f951748f to your computer and use it in GitHub Desktop.
query {
taxonomyTermQuery(
filter: {
conditions: [
{
operator: EQUAL,
field: "vid",
value: ["site_navigation"]
}
]
}
)
{
entities {
entityId,
entityBundle
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment