OBJECT

AgencyCompanySendingCountry

link GraphQL Schema definition

  • type AgencyCompanySendingCountry {
  • agencyCompanySendingCountryId: Int!
  • agencyCompanyId: Int!
  • countryId: Int!
  • country: Country
  • }