fix: updating generated graphql types (#5784)

This commit is contained in:
Jack Short 2023-01-05 11:03:24 -05:00 committed by GitHub
parent e88a50d309
commit 8e84a53e57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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