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