PhotoCaptureRequestResponse
The ID, URL and QR code for a photo capture request.
type PhotoCaptureRequestResponse {
id: ID!
photoCaptureQrCode: String!
photoCaptureUrl: URL!
}
Fields
PhotoCaptureRequestResponse.id
● ID!
non-null scalar
The ID of the photo capture request, which can be included in a subsequent issuance request to use the captured photo.
PhotoCaptureRequestResponse.photoCaptureQrCode
● String!
non-null scalar
The QR code in (data URL format) which can be scanned to capture a photo.
PhotoCaptureRequestResponse.photoCaptureUrl
● URL!
non-null scalar
The URL which can be opened to capture a photo.
Returned By
createPhotoCaptureRequest
mutation