ScanCodesInput
No description
input ScanCodesInput {
immediate: Boolean
deviceName: String
scans: [ScanCodeInput!]!
accessCodeId: ID
}
Fields
ScanCodesInput.immediate
● Boolean
scalar
Whether to wait for scan results (true) or send scans asynchronously (false)
ScanCodesInput.deviceName
● String
scalar
The device name which scanned the codes.
ScanCodesInput.scans
● [ScanCodeInput!]!
non-null input
ScanCodesInput.accessCodeId
● ID
scalar
The id of the access code
Member Of
accessCodesScan
mutation