GqlNetworkPriceHistory
No description
type GqlNetworkPriceHistory {
requestedNetwork: NetworkName!
requestedNumHistoryDays: Int!
utcDatetimeNow: NaiveDateTime!
timestampUpdatingPrices: NaiveDateTime!
numHistoryPriceSourcesCwebL1: Int!
numHistoryPriceSourcesL1Usd: Int!
histL1PricesFromToday: [GqlNetworkPriceHistorySet!]!
}