Module: Static::UserExist

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"userExist"
Query =
"  query userExist($userPoolId: String!, $email: String, $phone: String, $username: String){\n  userExist(userPoolId: $userPoolId, email: $email, phone: $phone, username: $username)\n}\n"