Module: Static::SendChangeEmailVerifyCode

Defined in:
lib/static.rb

Constant Summary collapse

Name =
"sendChangeEmailVerifyCode"
Query =
<<-EOS
  mutation sendChangeEmailVerifyCode($userPoolId: String!, $email: String!){
  sendChangeEmailVerifyCode(userPoolId: $userPoolId, email: $email){
      message
      code
      status
  }
}
EOS