UpdateUserUsernameInput
No description
type UpdateUserUsernameInput { userID: ID! username: String! clientMutationId: String!}Fields#
userID (ID!)#
userID is the ID of the User that should have their username updated.
username (String!)#
username is the desired username to set for the User.
clientMutationId (String!)#
clientMutationId is required for Relay support.