fix: updating generated graphql types (#5784)
This commit is contained in:
parent
e88a50d309
commit
8e84a53e57
@ -1020,7 +1020,7 @@ export type TokenPriceLazyQueryHookResult = ReturnType<typeof useTokenPriceLazyQ
|
||||
export type TokenPriceQueryResult = Apollo.QueryResult<TokenPriceQuery, TokenPriceQueryVariables>;
|
||||
export const TopTokens100Document = gql`
|
||||
query TopTokens100($duration: HistoryDuration!, $chain: Chain!) {
|
||||
topTokens(pageSize: 100, page: 1, chain: $chain) {
|
||||
topTokens(pageSize: 100, page: 1, chain: $chain, orderBy: VOLUME) {
|
||||
id
|
||||
name
|
||||
chain
|
||||
|
Loading…
Reference in New Issue
Block a user