We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4ef658 commit 241d5c4Copy full SHA for 241d5c4
transforms/jsonobjectToJsonarray/api.graphql
@@ -64,8 +64,10 @@ type Query {
64
editor: "jq:.[]|{id:.name,fullName:.value.fullName,age:.value.age}"
65
}
66
]
67
+
68
# for the second transformation, you can use setters. Uncomment the next line and comment the second pathpattern line above to see how it operates.
- # 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
71
# setters: [
72
# { field: "id", path: "name" }
73
# { field: "fullName", path: "value.fullName" }
0 commit comments