GraphQL INPUT_OBJECT
Input for update of department.
input UpdateDepartmentInput {# Unique Id of the department.id: Int!# Name of the department.name: String}