signupActivate
Graphql fields and variables for the signupActivate mutation
mutation signupActivate ($token: String!) {
signupActivate (token: $token) {
errors
loginUrl
}
}Arguments
{
"token": ""
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
