photoCaptureQrCode
Returns the QR code in (data URL format)
for the photo capture page of the specified request, styled per the qrCodeStyle instance setting when
qrCodeLogoEnabled is on.
This is the same QR code returned as photoCaptureQrCode when the request was created. It lets the photo
capture page offer a "switch to phone" QR code without generating one itself. The encoded URL is always
derived from the request ID, so no caller-supplied URL is ever rendered.
photoCaptureQrCode(
photoCaptureRequestId: UUID!
): String!
Arguments
photoCaptureQrCode.photoCaptureRequestId ● UUID! non-null scalar
Type
String scalar
The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.