Skip to content

Commit 241d5c4

Browse files
committed
update the comments
Signed-off-by: asararatnakar <[email protected]>
1 parent a4ef658 commit 241d5c4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

transforms/jsonobjectToJsonarray/api.graphql

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,10 @@ type Query {
6464
editor: "jq:.[]|{id:.name,fullName:.value.fullName,age:.value.age}"
6565
}
6666
]
67+
6768
# for the second transformation, you can use setters. Uncomment the next line and comment the second pathpattern line above to see how it operates.
68-
# In order to make this to work, change the return type from JSON to [Customer]
69+
# In order to make this to work, change the return type from JSON to [Customer].
70+
6971
# setters: [
7072
# { field: "id", path: "name" }
7173
# { field: "fullName", path: "value.fullName" }

0 commit comments

Comments
 (0)