Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
specialblend committed Oct 5, 2021
1 parent 1c6bf94 commit 19c4f87
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,13 +318,12 @@ query FilterByStateCode {
query TransformLeases {
leases @map {
contractNumber: leaseId @String @concat(before: "#")
# transformer ignored on parent node (address)
address @toJson {
street(from: "street")
address @map {
street
streetLine2 @default(to: "N/A")
city(from: "city")
stateCode(from: "stateCode")
zipCode(from: "zipCode") @parseInt
city
stateCode
zipCode @parseInt
}
}
reportMetaJson: reportMeta @toJson
Expand Down

0 comments on commit 19c4f87

Please sign in to comment.