Mutation
Variables
Response
Mutations
saveTelemetryViewSettings
Saves telemetry view settings and returns the updated telemetry view settings.
MUTATION
saveTelemetryViewSettings(input: SaveTelemetryViewSettingsInput!): TelemetryViewSettings!Arguments
input
required
Values for the requested operation.
Returns
view
The view associated with this telemetry view settings.
columns
[String!]!
Columns associated with this telemetry view settings.
timeFormat
String!
The time format associated with this telemetry view settings.
activeColumnPresetId
ID
Identifier of the related active column preset. May be null when unavailable or not applicable.
activeSavedFilterId
ID
Identifier of the related active saved filter. May be null when unavailable or not applicable.
Mutation
Variables
Response