Skip to content

Instantly share code, notes, and snippets.

@JoaquinAcuna97
Created November 16, 2020 19:34
Embed
What would you like to do?
mutation {
register(
email: "new_user@email.com",
username: "new_user",
password1: "123456",
password2: "123456",
) {
success,
errors,
token,
refreshToken
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment