We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c514b6 commit a4ef658Copy full SHA for a4ef658
.gitignore
@@ -1,2 +1,3 @@
1
node_modules
2
-.env
+.env
3
+.vscode
transforms/jsonobjectToJsonarray/api.graphql
@@ -65,7 +65,7 @@ type Query {
65
}
66
]
67
# 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]
+ # In order to make this to work, change the return type from JSON to [Customer]
69
# setters: [
70
# { field: "id", path: "name" }
71
# { field: "fullName", path: "value.fullName" }
0 commit comments