OBJECT

ProfessionalAffiliation

A professional relationship that a contact has with an organisation

link GraphQL Schema definition

  • type ProfessionalAffiliation {
  • # The contact who has a professional affiliated
  • contact: Contact!
  • # The unique Consonance identifier
  • id: Int!
  • # The contact at which the professional affiliation is held
  • organisation: Contact
  • # The name of the organisation, if it has been entered as simple text instead of
  • # linking to a Contact record
  • organisationName: String
  • # A code from [ONIX code list 91](https://ns.editeur.org/onix/en/91) Country,
  • # or [ONIX code list 49](https://ns.editeur.org/onix/en/49) Region, representing
  • # the related place
  • professionalPosition: String
  • }