INPUT_OBJECT

CreateEducationLinkAgencyCompanyInput

link GraphQL Schema definition

  • input CreateEducationLinkAgencyCompanyInput {
  • organizationId: String
  • agencyName: String!
  • email: String!
  • website: String
  • phone: String!
  • recruitsFromCountryIds: [Int]!
  • agencyLocationCountryId: Int!
  • agencyLogoUrl: String
  • accreditationIds: [Int]
  • }