OBJECT
Represents a 'point of contact' at an entity.
type POC {# The POC's name.name: String! # The POC's email.email: Email! # The POC's Phone.phone: Phone! }