Module: Static::LoginCount
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"loginCount"- Query =
" query loginCount($userId: String, $clientId: String, $month: String){\n loginCount(userId: $userId, clientId: $clientId, month: $month){\n _id\n client\n count\n month\n isError\n totalNumber\n }\n}\n"