UpdateSettingsInput
UpdateSettingsInput provides the input for the updateSettings Mutation.
type UpdateSettingsInput { settings: SettingsInput! clientMutationId: String!}
#
Fieldssettings
(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.