Skip to content

Instantly share code, notes, and snippets.

@darkn3rd
Created October 12, 2022 07:38
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 darkn3rd/dde9ec0314c78251c1e65aa8ce513af6 to your computer and use it in GitHub Desktop.
Save darkn3rd/dde9ec0314c78251c1e65aa8ce513af6 to your computer and use it in GitHub Desktop.
GKE/CCSM: Dgraph SW query
{
me(func:allofterms(name, "Star Wars")) @filter(ge(release_date, "1980")) {
name
release_date
revenue
running_time
director {
name
}
starring {
name
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment