exceptionEvents
Graphql fields and variables for the exceptionEvents query
query exceptionEvents ($after: String, $before: String, $first: Int, $last: Int, $filter: String, $sort: String) {
exceptionEvents (after: $after, before: $before, first: $first, last: $last, filter: $filter, sort: $sort) {
edges {
cursor
node {
actor
description
eventTimestamp
eventTimestampFormatted
eventTypeId
id
longDescription
objectType
payload
queryName
queryType
retried
retriedAt
retryAction
retryable
severity
shortDescription
shortForm
target
timeAgo
uuid
}
}
totalCount
pageInfo {
startCursor
endCursor
hasNextPage
hasPreviousPage
}
}
}Arguments
Name
Type
Description
Response
Last updated
Was this helpful?
