Anchor to analyticsAnnotationUpdateanalytics
mutationanalytics Annotation Update
Requires Requires access scope.
Updates an existing analytics annotation.
Only the fields provided in the input argument are modified; omitted fields remain unchanged.
Setting 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
to create a new annotation, or
to remove it.
If provided, the type field must specify a supported type for app-created annotations. Refer to the list of
supported types.
Anchor to Arguments
Arguments
- id (ID!)
- input (AnalyticsAnnotationUpdateInput!)
- •ID!required
The ID of the analytics annotation to update.
- Anchor to inputinput•Analytics
Annotation Update Input! required The input fields for updating the analytics annotation.
Was this section helpful?
- analyticsAnnotation (AnalyticsAnnotation)
- userErrors ([AnalyticsAnnotationUpdateUserError!]!)
- Anchor to analyticsAnnotationanalytics•Analytics
Annotation Annotation The updated analytics annotation.
- Anchor to userErrorsuser•[Analytics
Errors Annotation Update User Error!]! non-null The list of errors that occurred from executing the mutation.
Was this section helpful?