Skip to main content
MUTATION
saveTelemetrySettings(input: SaveTelemetrySettingsInput!, requestOrigin: String): TelemetrySettings!

Arguments

Values for the requested operation.

requestOrigin
String

The request origin used to filter or perform the operation.

localBaseUrlOverride
String

The local base URL override associated with this telemetry settings. May be null when unavailable or not applicable.

remoteBaseUrlOverride
String

The remote base URL override associated with this telemetry settings. May be null when unavailable or not applicable.

consoleCollectionEnabled
Boolean!

Whether the console collection enabled condition is true for this telemetry settings.

analyticsCollectionEnabled
Boolean!

Whether the analytics collection enabled condition is true for this telemetry settings.

detectedLocalBaseUrl
String!

URL for this telemetry settings.

detectedRemoteBaseUrl
String!

URL for this telemetry settings.

effectiveLocalBaseUrl
String!

URL for this telemetry settings.

effectiveRemoteBaseUrl
String!

URL for this telemetry settings.

updatedAt
String!

ISO 8601 timestamp when this telemetry settings was last updated.

Mutation
Variables
Response