Query
Variables
Response
Queries
telemetryColumnPresets
Returns telemetry column presets.
QUERY
telemetryColumnPresets(view: TelemetryView!): [TelemetryColumnPreset!]!Arguments
view
required
The view used to filter or perform the operation.
Returns
id
ID!
Stable identifier for this telemetry column preset.
view
The view associated with this telemetry column preset.
name
String!
Display name of this telemetry column preset.
columns
[String!]!
Columns associated with this telemetry column preset.
isDefault
Boolean!
Whether this telemetry column preset is default.
createdAt
String!
ISO 8601 timestamp when this telemetry column preset was created.
updatedAt
String!
ISO 8601 timestamp when this telemetry column preset was last updated.
Query
Variables
Response