OBJECT

Pharmacy

A pharmacy generated from Dosespot

link GraphQL Schema definition

  • type Pharmacy {
  • # The city of the address
  • city: String
  • # The unique identifier of the pharmacy
  • id: ID!
  • # latitude coordinate of the pharmacy
  • latitude: String
  • # The first line of the address
  • line1: String
  • # The second line of the address
  • line2: String
  • # longitude coordinate of the pharmacy
  • longitude: String
  • # The name of the pharmacy
  • name: String
  • # The phone number of the pharmacy
  • phone_number: String
  • # The state of the address (Uses the 2 letter abbreviation if in US)
  • state: String
  • # The zip/postal code of the address
  • zip: String
  • }