GraphQL - Schema Definition Language (SDL)
Find the mistake in this mutation using input type:
mutation updateUser($data: UserInput!) { updateUser(data) { id name } }mutation updateUser($data: UserInput!) { updateUser(data) { id name } }data: $data.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions