Module: Static::SendVerifyEmail

Defined in:
lib/static.rb

Constant Summary collapse

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