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 isHidePriceBreakdownByDefault: Boolean isCustomProductsInQuoteDisabled: Boolean agencyCompanyOutboundEmailId: Int agencyCompany: AgencyCompany photo: Photo country: Country agents: [AgentUser] customProperties: [CustomProperty] defaultStudentCurrentCountry: Country agencyPaymentMethods: [AgencyPaymentMethod] }