Tracing

caliban.wrappers.ApolloTracing$.Tracing
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

Members list

Concise view

Value members

Concrete methods

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product