OBJECT
A pharmacy generated from Dosespot
type Pharmacy {# The city of the addresscity: String id: ID! # The first line of the addressline1: String # The second line of the addressline2: String # The name of the locationname: String # The state of the address (Uses the 2 letter abbreviation if in US)state: String # The zip/postal code of the addresszip: String }