Download GraphQL schema
Subscription to real time notifications
Sample
{ "type": "HTTPS", "id": "Example String", "endpoint": "Example String" }
end Cursor
String
Cursor to use when paginating forwards
has Next Page
Boolean!,non-null
Specifies if there are more items when paginating forwards
Sample
{ "endCursor": "Example String", "hasNextPage": true }
Referenced in
Doctor information
id
String
Unique ID specific to doctor-practice combination
doctor Name
String
Full doctor name
practice Name
String
Practice name
address
String
Practice address
city
String
Practice city
state
String
Practice state
zip Code
String
Practice zip code
Sample
{ "id": "Example String", "doctorName": "Example String", "practiceName": "Example String", "address": "Example String", "city": "Example String", "state": "Example String", "zipCode": "Example String" }
Doctor information
Sample
{ "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
product Id
String!,non-null
ID that uniquely maps to a manufacturer, brand, and model combination
manufacturer
String!,non-null
Manufacturer name
brand
String!,non-null
Brand name
sphere
[String]
Possible sphere values
diameter
[String]
Possible diameter values
base Curve
[String]
Possible baseCurve values
axis
[String]
Possible axis values
cylinder
[String]
Possible cylinder values
addition
[String]
Possible addition values
dominance
[String]
Possible dominance values
color
[String]
Possible color values
package Size
[String]
Number of lenses per package
Sample
{ "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" ] }
Referenced in