GraphQL - Mutations
Identify the error in this mutation:
mutation {
updateUser(id: 5, name: "Bob")
}mutation {
updateUser(id: 5, name: "Bob")
}updateUser, causing syntax error.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions