Skip to main content
Anchor to AnalyticsTargetUpdatePayload

AnalyticsTargetUpdatePayload

payload

Return type for analyticsTargetUpdate mutation.

•AnalyticsTarget

The updated analytics target.

Show fields
•[AnalyticsTargetUpdateUserError!]!
non-null

The list of errors that occurred from executing the mutation.

Show fields

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.

Show payload

Arguments

•ID!
required

The ID of the analytics target to update.

•AnalyticsTargetUpdateInput!
required

The input fields for updating an analytics target.

Show input fields


Was this section helpful?