sushiswap-watcher-ts/packages/route-processor-watcher/src/gql/queries/users.gql
2024-06-06 18:24:45 +05:30

6 lines
296 B
GraphQL

query users($block: Block_height, $where: User_filter, $orderBy: User_orderBy, $orderDirection: OrderDirection, $first: Int, $skip: Int){
users(block: $block, where: $where, orderBy: $orderBy, orderDirection: $orderDirection, first: $first, skip: $skip){
id
routeCount
}
}