PreviewScanInput
Input for the previewScan mutation.
input PreviewScanInput {
clientId: ClientID!
scans: [ScanCodeInput!]!
}
Fields
PreviewScanInput.clientId ● ClientID! non-null scalar
ID of the client the scanned medication plan belongs to.
PreviewScanInput.scans ● [ScanCodeInput!]! non-null input
The individual scanned codes, in the order they were scanned.
Member Of
previewScan mutation