Communication
No description
type Communication {
id: ID
priority: Int
communicationIdentifier: String
phone: String
email: String
website: String
websiteIp: String
linkedIn: String
ipAddress: String
persons: [Person]
businesses: [Business]
created: DateTime
modified: DateTime
deleted: DateTime
}