Skip to content

Commit

Permalink
Adjust query title
Browse files Browse the repository at this point in the history
  • Loading branch information
szarnyasg committed Sep 7, 2024
1 parent 50bf3b4 commit 892ef64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-specifications/interactive-complex-read-01.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
workload: Interactive
operation: complex
number: 1
title: Transitive friends with certain name
title: Transitive friends with a certain name
description: |
Given a start *Person* with ID `$personId`, find *Persons* with a given first name (`$firstName`) that the start *Person* is connected to (excluding start *Person*) by at most 3 steps via the *knows* relationships. Return *Persons*, including the distance (1..3), summaries of the *Persons* workplaces and places of study.
parameters:
Expand Down

0 comments on commit 892ef64

Please sign in to comment.