UpdateUsernameInput
No description
input UpdateUsernameInput {
username: String!
clientMutationId: String!
}
Fields
UpdateUsernameInput.username
● String!
non-null scalar
username is the desired username that should be set to the current User.
UpdateUsernameInput.clientMutationId
● String!
non-null scalar
clientMutationId is required for Relay support.
Member Of
updateUsername
mutation