Schema Documentation

optmlSettingsSettings

Description

Fields of the 'OptmlSettingsSettings' settings group

Response

Returns an OptmlSettingsSettings

Example

Query
query optmlSettingsSettings {  optmlSettingsSettings {    optmlCsat  }}
Response
{"data":{"optmlSettingsSettings":{"optmlCsat":"xyz789"}}}