Module: Static::UserExist

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"userExist"
Query =
<<-EOS
  query userExist($userPoolId: String!, $email: String, $phone: String, $username: String){
  userExist(userPoolId: $userPoolId, email: $email, phone: $phone, username: $username)
}
EOS