UpdateUserProfileInput
input UpdateUserProfileInput {
firstName: String!
lastName: String!
phoneNumber: String!
profilePhoto: String
}
Fields
UpdateUserProfileInput.firstName ● String! non-null scalar
UpdateUserProfileInput.lastName ● String! non-null scalar
UpdateUserProfileInput.phoneNumber ● String! non-null scalar
UpdateUserProfileInput.profilePhoto ● String scalar
Member Of
updateUserProfile mutation