Const TICKER_FRAGMENT
TICKER_FRAGMENT: any = gql`fragment tickerFields on Ticker {market {...marketFields}priceChange24hPctvolume24h {...currencyAmountFields}lastPrice {...currencyPriceFields}usdLastPrice {...currencyPriceFields}}${CURRENCY_AMOUNT_FRAGMENT}${CURRENCY_PRICE_FRAGMENT}${MARKET_FRAGMENT}`