Skip to main content

ConciergeClientBrandingInput

Branding fields for the concierge OIDC client.

input ConciergeClientBrandingInput {
backgroundColor: String
backgroundImage: URL
logo: URL
name: String
}

Fields

ConciergeClientBrandingInput.backgroundColor ● String scalar

The background color for concierge authentication screens.

ConciergeClientBrandingInput.backgroundImage ● URL scalar

The background image for concierge authentication screens.

ConciergeClientBrandingInput.logo ● URL scalar

The logo displayed during concierge authentication.

ConciergeClientBrandingInput.name ● String scalar

The display name shown in concierge flows.

Member Of

updateConciergeClientBranding mutation