ConciergeClientInput
Input fields for editing the concierge OIDC client.
input ConciergeClientInput {
backgroundColor: String
backgroundImage: DataURL
logo: DataURL
name: String
}
Fields
ConciergeClientInput.backgroundColor ● String scalar
The background color for concierge authentication screens.
ConciergeClientInput.backgroundImage ● DataURL scalar
The background image for concierge authentication screens.
ConciergeClientInput.logo ● DataURL scalar
The logo displayed during concierge authentication.
ConciergeClientInput.name ● String scalar
The display name shown in concierge flows.
Member Of
updateConciergeClient mutation