Commit 8e84a53e authored by Jack Short's avatar Jack Short Committed by GitHub

fix: updating generated graphql types (#5784)

parent e88a50d3
...@@ -1020,7 +1020,7 @@ export type TokenPriceLazyQueryHookResult = ReturnType<typeof useTokenPriceLazyQ ...@@ -1020,7 +1020,7 @@ export type TokenPriceLazyQueryHookResult = ReturnType<typeof useTokenPriceLazyQ
export type TokenPriceQueryResult = Apollo.QueryResult<TokenPriceQuery, TokenPriceQueryVariables>; export type TokenPriceQueryResult = Apollo.QueryResult<TokenPriceQuery, TokenPriceQueryVariables>;
export const TopTokens100Document = gql` export const TopTokens100Document = gql`
query TopTokens100($duration: HistoryDuration!, $chain: Chain!) { query TopTokens100($duration: HistoryDuration!, $chain: Chain!) {
topTokens(pageSize: 100, page: 1, chain: $chain) { topTokens(pageSize: 100, page: 1, chain: $chain, orderBy: VOLUME) {
id id
name name
chain chain
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment