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