ApolloFederatedTracing

caliban.federation.tracing.ApolloFederatedTracing

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def wrapper(excludePureFields: Boolean): EffectfulWrapper[Any]

Value parameters

excludePureFields

Optionally disable tracing of pure fields. Setting this to true can help improve performance at the cost of generating incomplete traces. WARNING: Use this with caution as it could potentially cause issues if the tracing client expects all queried fields to be included in the traces

Attributes