GraphQL - Mutations
Why does this mutation cause an error?
When called without providing
mutation updateUser($input: UserInput!) { updateUser(input: $input) { id } }When called without providing
$input variable.