GraphQL - Mutations
Identify the error in this mutation:
mutation { updateProfile(id: "abc", input: {email: "user@example.com"}) { id email } }mutation { updateProfile(id: "abc", input: {email: "user@example.com"}) { id email } }updateProfile with an id as a string and an input object.email, which is a valid field to update.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions