Branding
Defines the branding configuration for VO applications.
type Branding {
createdAt: DateTime!
createdBy: User!
data: JSONObject
id: ID!
name: String!
updatedAt: DateTime
updatedBy: User
}
Fields
Branding.createdAt
● DateTime!
non-null scalar
When the branding was created.
Branding.createdBy
● User!
non-null object
The user who created the branding
Branding.data
● JSONObject
scalar
The branding configuration data.
Branding.id
● ID!
non-null scalar
The ID of the branding configuration.
Branding.name
● String!
non-null scalar
The name of the platform this branding is for
Branding.updatedAt
● DateTime
scalar
When the branding was last updated.
Branding.updatedBy
● User
object
The user who last updated the branding.
Returned By
conciergeBranding
query ● saveConciergeBranding
mutation