Skip to main content
Anchor to AnalyticsTargetUpdatePayload

AnalyticsTargetUpdatePayload

payload

Return type for analyticsTargetUpdate mutation.

•AnalyticsTarget

The updated analytics target.

•[AnalyticsTargetUpdateUserError!]!
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

•mutation

Updates an existing analytics target. Only the fields provided in the input argument are modified; omitted fields remain unchanged. Setting a nullable field to null clears its value.

Use analyticsTargetCreate to create a new target, or analyticsTargetsDelete to remove targets.

Arguments

•ID!
required

The ID of the analytics target to update.

•AnalyticsTargetUpdateInput!
required

The input fields for updating an analytics target.



Was this section helpful?