Base64FileInput
No description
input Base64FileInput {
base64: String!
contentType: String!
fileName: String!
}
Fields
Base64FileInput.base64 ● String! non-null scalar
The base64 representation of the file contents.
Base64FileInput.contentType ● String! non-null scalar
The contentType of the base64 content.
Base64FileInput.fileName ● String! non-null scalar
Indication of the fileName to use when converting the base64 to a file.
Member Of
EmailEventInput input ● EmailSendEventInput input ● orderSendConfirmationEmail mutation ● orderSendConfirmationEmail query ● PasswordResetLinkEmailInput input