7 lines
354 B
GraphQL
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
|
|
}
|
|
} |