diff --git a/rescript-relay-documentation/docs/tutorial/6-queries-for-interaction.md b/rescript-relay-documentation/docs/tutorial/6-queries-for-interaction.md index 9bed0de5..8df882ee 100644 --- a/rescript-relay-documentation/docs/tutorial/6-queries-for-interaction.md +++ b/rescript-relay-documentation/docs/tutorial/6-queries-for-interaction.md @@ -118,7 +118,9 @@ Take a look inside `PosterDetailsHovercardContents.res`: you should see a query ```rescript module PosterDetailsHovercardContentsQuery = %relay(` query PosterDetailsHovercardContentsQuery { + // change-line node(id: "1") { + // color2 ... on Actor { ...PosterDetailsHovercardContents_actor }