HistoricalPrice
No description
type HistoricalPrice {
timestamp: Int!
price: String!
}
No description
type HistoricalPrice {
timestamp: Int!
price: String!
}
HistoricalPrice.timestamp
● Int!
non-null scalarHistoricalPrice.price
● String!
non-null scalar