Skip to content

Instantly share code, notes, and snippets.

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