setQrCodeLogo
Uploads a custom centre logo for generated QR codes (PNG data URL) to logo image storage. Returns the blob name to reference from the qrCodeStyle instance setting's logoBlobName field.
setQrCodeLogo(
image: DataURL!
): String!
Arguments
setQrCodeLogo.image ● DataURL! 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.