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

7 lines
354 B
GraphQL

query routeProcessors($block: Block_height, $where: RouteProcessor_filter, $orderBy: RouteProcessor_orderBy, $orderDirection: OrderDirection, $first: Int, $skip: Int){
routeProcessors(block: $block, where: $where, orderBy: $orderBy, orderDirection: $orderDirection, first: $first, skip: $skip){
id
routeCount
userCount
}
}