UpdateNotificationBrandingInput
Input structure for updating the notification branding, expect empty strings if we want to unset a given config. Not providing a field, means no updates required for that field.
input UpdateNotificationBrandingInput {
logoUrl: String
header: String
footer: String
ctaText: String
ctaUrl: String
}
Fields
UpdateNotificationBrandingInput.logoUrl ● String scalar
UpdateNotificationBrandingInput.header ● String scalar
UpdateNotificationBrandingInput.footer ● String scalar
UpdateNotificationBrandingInput.ctaText ● String scalar
UpdateNotificationBrandingInput.ctaUrl ● String scalar
Member Of
updateNotificationBranding mutation