Skip to content

Commit

Permalink
Merge pull request #12 from specialblend/support/update-docs
Browse files Browse the repository at this point in the history
chore: update docs
  • Loading branch information
specialblend authored Oct 5, 2021
2 parents 1c6bf94 + 19c4f87 commit def66ef
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 def66ef

Please sign in to comment.