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!
- # The unique Consonance identifier
- : Int!
- # The contact at which the professional affiliation is held
- : Contact
- # The name of the organisation, if it has been entered as simple text instead of
- # linking to a Contact record
- : 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
- : String
- }