Skip to content

Commit a2911a4

Browse files
committed
update comments
Signed-off-by: asararatnakar <[email protected]>
1 parent 10e1c20 commit a2911a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

transforms/setters/api.graphql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ type Query {
3333

3434
# mapping from JSON response values to the fields of the GraphQL result.
3535
setters: [
36-
{ field: "cId", path: "id" } # cId mapped to 'id'
37-
{ field: "cName", path: "name" } # cName mapped to 'name'
38-
{ field: "cAddress", path: "address" } # cAddress mapped to 'address'
36+
{ field: "cId", path: "id" } # JSON response field 'id' is mapped to GraphQL 'cId'
37+
{ field: "cName", path: "name" } # JSON response field 'name' is mapped to GraphQL 'cName'
38+
{ field: "cAddress", path: "address" } # JSON response field 'address' mapped to GraphQL 'cAddress'
3939
]
4040
)
4141
}

0 commit comments

Comments
 (0)