signupCreate
Graphql fields and variables for the signupCreate mutation
mutation signupCreate ($attributes: SignupAttributes!) {
signupCreate (attributes: $attributes) {
errors
token
}
}Arguments
{
"attributes": {
"firstName": "",
"lastName": "",
"email": "",
"company": "",
"subdomain": ""
}
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
