UpdateUsernameInputNo descriptiontype UpdateUsernameInput { username: String! clientMutationId: String!}CopyFields#username (String!)#username is the desired username that should be set to the current User.clientMutationId (String!)#clientMutationId is required for Relay support.