Skip to content

UpdateUiConfigurationInput

Autogenerated input type of UpdateUiConfiguration

Fields

deprecated DO NOT USE

Used By

Definition

"""
Autogenerated input type of UpdateUiConfiguration
"""
input UpdateUiConfigurationInput {
"""
DO NOT USE
"""
clientMutationId: String @deprecated(reason: "DO NOT USE")
role: OrganizationMembershipRole!
ui_configuration: JSON!
}