Module: Static::QueryAuthorizedUserPool

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"queryAuthorizedUserPool"
Query =
"  query queryAuthorizedUserPool($unionid: String, $phone: String, $openid: String, $page: Int, $count: Int){\n  queryAuthorizedUserPool(unionid: $unionid, phone: $phone, openid: $openid, page: $page, count: $count){\n      list{\n          userId\n      }\n      total\n  }\n}\n"