GraphQL - Mutations
Find the error in this mutation:
mutation UpdateProfile($profile: ProfileInput!) {
updateProfile(profile: $profile) {
id
name
}
}