UpdateUserUsernameInput
No description
type UpdateUserUsernameInput { userID: ID! username: String! clientMutationId: String!}
#
FieldsuserID
(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.