Skip to content

Commit 892ef64

Browse files
committed
Adjust query title
1 parent 50bf3b4 commit 892ef64

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query-specifications/interactive-complex-read-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
workload: Interactive
22
operation: complex
33
number: 1
4-
title: Transitive friends with certain name
4+
title: Transitive friends with a certain name
55
description: |
66
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.
77
parameters:

0 commit comments

Comments
 (0)