Code0 LogoCode0

usersRegister

Register a new user

Arguments

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
emailString!Email of the user
passwordString!Password of the user
passwordRepeatString!The repeated password of the user to check for typos
usernameString!Username of the user

Fields

NameTypeDescription
clientMutationIdStringA unique identifier for the client performing the mutation.
errors[Error!]!Errors encountered during execution of the mutation.
userSessionUserSessionThe created users session

On this page