UpdateUserUsernameInput
No description
input UpdateUserUsernameInput {
  userID: ID!
  username: String!
  clientMutationId: String!
}
Fields
UpdateUserUsernameInput.userID ● ID! non-null scalar
userID is the ID of the User that should have their username updated.
UpdateUserUsernameInput.username ● String! non-null scalar
username is the desired username to set for the User.
UpdateUserUsernameInput.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Member Of
updateUserUsername  mutation