Module: Static::Statistic

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"statistic"
Query =
"  query statistic($sortBy: String, $page: Int, $count: Int){\n  statistic(sortBy: $sortBy, page: $page, count: $count){\n      list{\n          _id\n          username\n          email\n          loginsCount\n          appsCount\n          OAuthCount\n      }\n      totalCount\n  }\n}\n"