githubEdit

eventRetry

Graphql fields and variables for the eventRetry mutation

Retry a failed event

Scope required: standard:write

mutation eventRetry ($id: ID!) {
  eventRetry (id: $id) {
      errors
      event {
        actor
        description
        eventTimestamp
        eventTimestampFormatted
        eventTypeId
        id
        longDescription
        objectType
        payload
        queryName
        queryType
        retriedAt
        retryAction
        retryable
        severity
        shortDescription
        shortForm
        target
        timeAgo
        uuid
      }
  }
}

Arguments

Name
Type
Description

id

ID

Response

Name
Type
Description

errors

List (String)

event

Last updated

Was this helpful?