An open API service indexing awesome lists of open source software.

https://github.com/adebsalert/bc_challenge_price


https://github.com/adebsalert/bc_challenge_price

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# bc_challenge_price

### Test Data

- **Query:**
query calculatePrice($type:String!, $margin: Float!, $exchangeRate: String!) {
calculatePrice(type: $type, margin: $margin, exchangeRate: $exchangeRate){
price,
currency,
type
}
}

- **Query Variables:**
{
"type": "sell",
"margin": 0.5,
"exchangeRate": "USD"
}