DQL query syntax

Question 2:

https://dgraph.io/docs/query-language/graphql-fundamentals/

shows the golang client submitting a query that looks like this:

{
  bladerunner(func: eq(name@en, "Blade Runner")) {
    uid
    name@en
    initial_release_date
    netflix_id
  }
}

which does not appear to include the Predicate