Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "src/queries/candlestick/fragments/candleFragment"

Index

Variables

Variables

Const CANDLE_FRAGMENT

CANDLE_FRAGMENT: any = gql`fragment candleFields on Candle {aVolume {...currencyAmountPartialFields}closePrice {...currencyPricePartialFields}highPrice {...currencyPricePartialFields}intervalintervalStartingAtlowPrice {...currencyPricePartialFields}openPrice {...currencyPricePartialFields}}${CURRENCY_AMOUNT_PARTIAL_FRAGMENT}${CURRENCY_PRICE_PARTIAL_FRAGMENT}`

Generated using TypeDoc