INPUT_OBJECT
Input type for creating a Company
input CreateCompanyInput {# The name of the CompanycompanyName: String!# Id of a parent Companyparent: Int}