Module: Static::QueryAuthorizedUserPool

Defined in:
lib/static.rb

Constant Summary collapse

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