Instrumentation

abstract class Instrumentation

An Instrumentation monitors the execution algorithm.

Compared to a Resolver, it's also called for built-in introspection fields and can monitor the completed value.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun onField(resolveInfo: ResolveInfo): FieldCallback?

Called before the Resolver is called.

Link copied to clipboard
open fun onOperation(operationInfo: OperationInfo): OperationCallback?

Called before the Resolver is called.