OBJECT
type SchoolCompany {schoolCompanyId: Int schoolCompanyPhotoFileId: Int defaultOfferingPriceTemplateRuleTypeId: Int name: String phone: String address: String email: String websiteUrl: String isVerified: Boolean created: DateTime modified: DateTime # Arguments# includeDeleted: [Not documented]schools(includeDeleted: Boolean): [School] schoolCompanyPhotoFile: File }