INPUT_OBJECT
OrgUISettingsInput
link GraphQL Schema definition
1 input OrgUISettingsInput { 4 2 # The logo image as a base64 string. 3 : String 7 5 # A boolean to indicate if Veritone branding should be displayed. 6 : Boolean 10 8 # A JSON schema for custom registration fields. 9 : JSONData 13 11 # A JSON schema for customizing the registration button style. 12 : JSONData 14 }