input ProfileChanges {
name: String
}
type Mutation {
updateProfile(changes: ProfileChanges!): User!