Code0 LogoCode0

usersIdentityRegister

Register a new user via an external identity

Arguments

NameTypeDescription
argsIdentityInput!The validation object
clientMutationIdStringA unique identifier for the client performing the mutation.
providerIdString!The ID of the external provider (e.g. google, discord, gitlab...)

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