Skip to main content

UpdateSettingsInput

UpdateSettingsInput provides the input for the updateSettings Mutation.

input UpdateSettingsInput {
settings: SettingsInput!
clientMutationId: String!
}

Fields

UpdateSettingsInput.settings ● SettingsInput! non-null input

settings is the partial set of settings that will be used as a patch against the existing settings object.

UpdateSettingsInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

Member Of

updateSettings mutation