Skip to content

Commit a4ef658

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

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
.env
2+
.env
3+
.vscode

transforms/jsonobjectToJsonarray/api.graphql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ type Query {
6565
}
6666
]
6767
# 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-
# for this to work change the return type from JSON to [Customer]
68+
# In order to make this to work, change the return type from JSON to [Customer]
6969
# setters: [
7070
# { field: "id", path: "name" }
7171
# { field: "fullName", path: "value.fullName" }

0 commit comments

Comments
 (0)