OBJECT
type Agency {agencyId: Int agencyCompanyId: Int name: String photoId: Int phone: String address: String city: String region: String countryId: Int postalCode: String email: String websiteUrl: String totalStaff: Int markNewDays: Int archiveAfterDays: Int hasOnShoreStudents: Boolean defaultStudentCurrentCountryId: Int useAutoCurrencies: Boolean additionalPercentage: Float description: String agencyPaymentMethods: [AgencyPaymentMethod] agencyCompany: AgencyCompany photo: Photo country: Country defaultStudentCurrentCountry: Country customProperties: [CustomProperty] }