OBJECT
Pharmacy
A pharmacy generated from Dosespot
link GraphQL Schema definition
- type Pharmacy {
- # The city of the address
- String :
- ID! :
- # latitude coordinate of the pharmacy
- String :
- # The first line of the address
- String :
- # The second line of the address
- String :
- # longitude coordinate of the pharmacy
- String :
- # The name of the pharmacy
- String :
- # The phone number of the pharmacy
- String :
- # The state of the address (Uses the 2 letter abbreviation if in US)
- String :
- # The zip/postal code of the address
- String :
- }