Skip to main content
Anchor to AnalyticsAnnotationUpdateUserError

AnalyticsAnnotationUpdateUserError

object

An error that occurs during the execution of AnalyticsAnnotationUpdate.

•AnalyticsAnnotationUpdateUserErrorCode

The error code.

•[String!]

The path to the input field that caused the error.

•String!
non-null

The error message.


Was this section helpful?

•mutation

Updates an existing analytics annotation. Only the fields provided in the input argument are modified; omitted fields remain unchanged. Setting endedAt to null makes the annotation open-ended.

An app can update only annotations that it created. If an app attempts to update an annotation that it didn't create, then the mutation returns a NOT_FOUND error.

Use analyticsAnnotationCreate to create a new annotation, or analyticsAnnotationDelete to remove it.

If provided, the type field must specify a supported type for app-created annotations. Refer to the list of supported types.

Arguments

•ID!
required

The ID of the analytics annotation to update.

•AnalyticsAnnotationUpdateInput!
required

The input fields for updating the analytics annotation.



Was this section helpful?


Was this section helpful?