GraphQL - Mutations
Identify the error in this mutation:
mutation {
createUser(name: "Bob" age: 30) {
id
}
}mutation {
createUser(name: "Bob" age: 30) {
id
}
}name: "Bob" age: 30 lacks a comma.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions