- PageInfo
Subscription to real time notifications
{ "type": "HTTPS", "id": "Example String", "endpoint": "Example String" }
Cursor to use when paginating forwards
Specifies if there are more items when paginating forwards
{ "endCursor": "Example String", "hasNextPage": true }
Doctor information
Unique ID specific to doctor-practice combination
Full doctor name
Practice name
Practice address
Practice city
Practice state
Practice zip code
{ "id": "Example String", "doctorName": "Example String", "practiceName": "Example String", "address": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String" }
Doctor information
{ "nodes": [ { "id": "Example String", "doctorName": "Example String", "practiceName": "Example String", "address": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String" } ], "pageInfo": { "endCursor": "Example String", "hasNextPage": true }, "totalCount": 40 }
Product information
ID that uniquely maps to a manufacturer, brand, and model combination
Manufacturer name
Brand name
Possible sphere values
Possible diameter values
Possible baseCurve values
Possible axis values
Possible cylinder values
Possible addition values
Possible dominance values
Possible color values
Number of lenses per package
{ "productId": "Example String", "manufacturer": "Example String", "brand": "Example String", "sphere": [ "Example String" ], "diameter": [ "Example String" ], "baseCurve": [ "Example String" ], "axis": [ "Example String" ], "cylinder": [ "Example String" ], "addition": [ "Example String" ], "dominance": [ "Example String" ], "color": [ "Example String" ], "packageSize": [ "Example String" ] }
Information about a contacts prescription.
ID that uniquely maps to a manufacturer, brand, and model combination
The name of the contact lens manufacturer (e.g., Johnson & Johnson)
The name of the contact lens product (e.g., Acuvue Oasys)
Indication of left (OS) or right (OD) eye
The amount of lens power measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The width of the contact lens from edge to edge measured by millimeters
Indication of the curvature of the inside of the lens
The lens meridian with no cylinder power, indicated by a value between 1 and 180 degrees
The amount of lens power for astigmatism measured in diopters (D), minus sign (–) for nearsighted, plus sign (+) for farsighted
The additional magnifying power that applies to the bottom portion of multifocal lenses to fix presbyopia
Indication of dominant or non-dominant eye
Color of the lens
Number of lenses per package
{ "productId": "Example String", "manufacturer": "Example String", "brand": "Example String", "eye": "RIGHT", "sphere": "Example String", "diameter": "Example String", "baseCurve": "Example String", "axis": "Example String", "cylinder": "Example String", "addition": "Example String", "dominance": "Example String", "color": "Example String", "packageSize": 40 }
Product information
Nodes for this page
Details to enable pagination
Total item count for this query or subquery
{ "nodes": [ { "productId": "Example String", "manufacturer": "Example String", "brand": "Example String", "sphere": [ "Example String" ], "diameter": [ "Example String" ], "baseCurve": [ "Example String" ], "axis": [ "Example String" ], "cylinder": [ "Example String" ], "addition": [ "Example String" ], "dominance": [ "Example String" ], "color": [ "Example String" ], "packageSize": [ "Example String" ] } ], "pageInfo": { "endCursor": "Example String", "hasNextPage": true }, "totalCount": 40 }