Module: Static::UserClientList

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"userClientList"
Query =
"  query userClientList($page: Int, $count: Int, $sortBy: String){\n  userClientList(page: $page, count: $count, sortBy: $sortBy){\n      list{\n          _id\n          name\n          createdAt\n          usersCount\n      }\n      totalCount\n  }\n}\n"