ApolloTracing

caliban.wrappers.ApolloTracing$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class Execution(resolvers: List[Resolver])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Parsing(startOffset: Long, duration: Duration)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Resolver(path: List[Either[String, Int]], parentType: String, fieldName: String, returnType: String, startOffset: Long, duration: Duration)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Tracing(version: Int, startTime: Long, endTime: Long, startTimeMonotonic: Long, duration: Duration, parsing: Parsing, validation: Validation, execution: Execution)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Validation(startOffset: Long, duration: Duration)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete fields

Returns a wrapper that adds tracing information to every response following Apollo Tracing format: https://github.com/apollographql/apollo-tracing.

Returns a wrapper that adds tracing information to every response following Apollo Tracing format: https://github.com/apollographql/apollo-tracing.

Attributes