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