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

graphql.Queries.GetHeadLink.graphql Maven / Gradle / Ivy

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy