GraphQL - Mutations
Given the mutation below, what will be the output if the user with id 3 exists?
mutation { updateUser(id: 3, name: "Anna") { id name } }mutation { updateUser(id: 3, name: "Anna") { id name } }15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions