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

graphql.Fragments.TraceState.graphql Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
 fragment TraceStateFragment on Trace {
        updatedAt
        state {
          data
        }
        head {
          raw
          data
        }
        # TODO: temporary, remove once state computation
        # is handled server side
        links {
          nodes {
            raw
            data
          }
        }
      }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy