Anchor to AnalyticsAnnotationUpdatePayloadAnalytics
payloadAnalytics Annotation Update Payload
Return type for mutation.
Anchor to FieldsFields
- 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?
Anchor to Mutations with this payloadMutations with this payload
- analyticsAnnotationUpdate (AnalyticsAnnotationUpdatePayload)
- •mutation
Updates an existing analytics annotation. Only the fields provided in the
inputargument are modified; omitted fields remain unchanged. Settingtonullmakes 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_FOUNDerror.Use
to create a new annotation, orto remove it.If provided, the
typefield must specify a supported type for app-created annotations. Refer to the list of supported types.- •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.
Arguments
- •ID!
Was this section helpful?