Contacts Products Input
Sample
{ "right": { "__typename": "ContactsProductInput" }, "left": { "__typename": "ContactsProductInput" } }
Referenced in
Contacts Prescription Input
file Id
File ID from uploadFile (conditionally required if doctor and patient are not set)
prescription Id
Prescription ID
doctor
Doctor details (conditionally required if prescription file ID is not set)
patient
Patient details (conditionally required if prescription file ID is not set)
products
Details about the prescribed contact lenses
Sample
{ "fileId": "Example String", "prescriptionId": "Example String", "doctor": { "__typename": "DoctorInput" }, "patient": { "__typename": "PatientInput" }, "products": { "__typename": "ContactsProductsInput" } }
Referenced in
Contacts Input
products
prescription
Sample
{ "products": { "__typename": "ContactsProductsInput" }, "prescription": { "__typename": "ContactsPrescriptionInput" } }
Referenced in
Contacts Options Input
verification
prescription
fulfillment
Sample
{ "verification": { "__typename": "ContactsVerificationOptionsInput" }, "prescription": { "__typename": "ContactsPrescriptionOptionsInput" }, "fulfillment": { "__typename": "ContactsFulfillmentOptionsInput" } }
Referenced in
Prism Horizontal Input
Horizontal prism details
power
Power of the prism in diopters
direction
Direction of the prism from the base
Sample
{ "power": "Example String", "direction": "IN" }
Referenced in
Prism Vertical Input
Vertical prism details
power
Power of the prism in diopters
direction
Direction of the prism from the base
Sample
{ "power": "Example String", "direction": "UP" }
Referenced in
Prism Input
Prism correction details
horizontal
Horizontal prism power and direction
vertical
Vertical prism power and direction
Sample
{ "horizontal": { "__typename": "PrismHorizontalInput" }, "vertical": { "__typename": "PrismVerticalInput" } }
Referenced in