OBJECT
Info about a visitor to the site
type Visitor {# Message from visitorabout_me: String # Email of the visitoremail: String # First name of visitorfirst_name: String id: ID! # Last name of visitorlast_name: String # Phone number of visitorphone_number: String }