Module: Static::SendVerifyEmail
- Defined in:
- lib/static.rb
Constant Summary collapse
- Name =
"sendVerifyEmail"- Query =
" mutation sendVerifyEmail($email: String!, $client: String!, $token: String){\n sendVerifyEmail(email: $email, client: $client, token: $token){\n message\n code\n status\n }\n}\n"