GraphQL INPUT_OBJECT
Input for creation of office.
input CreateOfficeInput {# Name of the office.name: String!# The clientId of the client the office belongs to.clientId: Int}