DesUpdateSettingInput
Input for updating a setting.
input DesUpdateSettingInput {
name: String!
value: String!
workspaceUrl: String
}
Fields
DesUpdateSettingInput.name ● String! non-null scalar
The name of the setting to be updated.
DesUpdateSettingInput.value ● String! non-null scalar
The value that the setting should be replaced with.
DesUpdateSettingInput.workspaceUrl ● String scalar
The workspace URL that the setting should be updated on.