UpdateUserUsernamePayload
No description
type UpdateUserUsernamePayload {
  user: User!
  clientMutationId: String!
}
Fields
UpdateUserUsernamePayload.user ● User! non-null object
user is the possibly modified User.
UpdateUserUsernamePayload.clientMutationId ● String! non-null scalar
clientMutationId is required for Relay support.
Returned By
updateUserUsername  mutation