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