Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correct "Blade Runner" uid. #1347

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wiki/content/query-language/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Query Example: "Blade Runner" movie data found by UID.

{{< runnable >}}
{
bladerunner(func: uid(0x146a6)) {
bladerunner(func: uid(0x149d0)) {
_uid_
name@en
initial_release_date
Expand Down Expand Up @@ -80,7 +80,7 @@ Multiple IDs can be specified in a list to the `uid` function.
Query Example:
{{< runnable >}}
{
movies(func: uid(0x146a6, 0x34a7c)) {
movies(func: uid(0x149d0, 0x34a7c)) {
_uid_
name@en
initial_release_date
Expand Down