Field | Type | Description |
amount | ​Money​ | Amount invested |
date | String | ISO 8601 formatted date of funding |
privateValuation | ​PrivateValuation​ | Private valuation for funding |
stage | String | Stage of funding this round represented |
# queryquery findCompanyByDomain($domain: String!) {company(domain: $domain) {fundingRounds {amount {currencyIsoCodevalue}datestageprivateValuation {datepostMoneyValuation {valuecurrencyIsoCode}source {urllabel}valuationStepUp}}}}​# variables{ "domain": "stripe.com" }