Shinigami92 / star-citizen-trade-market-api

Star Citizen Trade Market Backend API
MIT License
12 stars 1 forks source link

Implement a resolver that provides trade data #6

Closed Shinigami92 closed 5 years ago

Shinigami92 commented 5 years ago

A graphql resolver that provides following information: buyItemPrice, sellItemPrice maybe there could be other additional outputs like aggregated values profit, margin and so on

the query should be filterable with optional parameters: startLocation, endLocation, maxScu, startCurrency (currently aUEC)

Shinigami92 commented 5 years ago

ref feature/trades