Analytics Annotation Update User Error
An error that occurs during the execution of .
Anchor to FieldsFields
- code (AnalyticsAnnotationUpdateUserErrorCode)
- field ([String!])
- message (String!)
- Anchor to codecode•Analytics
Annotation Update User Error Code The error code.
- Anchor to fieldfield•[String!]
The path to the input field that caused the error.
- Anchor to messagemessage•String!non-null
The error message.
Anchor to MutationsMutations
- 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!