description: Passing null value for non nullable type url: /v1/graphql status: 200 response: errors: - extensions: path: "$.selectionSet.update_author.args.where" code: "validation-failed" message: expected an object for type "author_bool_exp", but found null query: query: | mutation update_author { update_author(where: null _set: {name: ""}) { returning { id name } } }