Skip to main content

UpdateUsernameInput

No description

type UpdateUsernameInput {  username: String!  clientMutationId: String!}

Fields#

username (String!)#

username is the desired username that should be set to the current User.

clientMutationId (String!)#

clientMutationId is required for Relay support.