Mutation
Variables
Response
Mutations
saveTelemetryFilter
Saves a telemetry filter and returns the updated telemetry saved filter.
MUTATION
saveTelemetryFilter(input: SaveTelemetryFilterInput!): TelemetrySavedFilter!Arguments
input
required
Values for the requested operation.
Returns
id
ID!
Stable identifier for this telemetry saved filter.
view
The view associated with this telemetry saved filter.
name
String!
Display name of this telemetry saved filter.
definition
JSON!
Structured definition associated with this telemetry saved filter.
createdAt
String!
ISO 8601 timestamp when this telemetry saved filter was created.
updatedAt
String!
ISO 8601 timestamp when this telemetry saved filter was last updated.
Mutation
Variables
Response