https://github.com/adebsalert/bc_challenge_price
https://github.com/adebsalert/bc_challenge_price
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/adebsalert/bc_challenge_price
- Owner: AdebsAlert
- Created: 2020-08-27T16:20:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T16:49:04.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T09:46:35.423Z (over 1 year ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
}