UpdateSettingsInput
UpdateSettingsInput provides the input for the updateSettings Mutation.
type UpdateSettingsInput { settings: SettingsInput! clientMutationId: String!}Fields#
settings (SettingsInput!)#
settings is the partial set of settings that will be used as a patch against the existing settings object.
clientMutationId (String!)#
clientMutationId is required for Relay support.