All Downloads are FREE. Search and download functionalities are using the official Maven repository.

graphql.Queries.GetTraceState.graphql Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
  query getTraceStateQuery($traceId: UUID!) {
      trace: traceById(id: $traceId) {
        ...TraceStateFragment
      }
    }
    ${TraceStateFragment}
    
     
    




© 2015 - 2025 Weber Informatics LLC | Privacy Policy