![JAR search and dependency download from the Maven repository](/logo.png)
graphql.Queries.GetTraceDetails.graphql Maven / Gradle / Ivy
query getTraceDetailsQuery(
$traceId: UUID!
$first: Int
$last: Int
$before: Cursor
$after: Cursor
) {
trace: traceById(id: $traceId) {
links(first: $first, last: $last, before: $before, after: $after) {
nodes {
raw
data
}
...PaginationInfoOnLinksConnectionFragment
}
}
}
${PaginationInfoOnLinksConnectionFragment}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy