Skip to content

apollo-code


apollo-code / context/src / SummaryPolicyOptions

Interface: SummaryPolicyOptions

Properties

now?

optional now?: () => Date

Returns

Date


provider

provider: ProviderClient


telemetry?

optional telemetry?: (event) => void | Promise<void>

Parameters

event

ContextTelemetryEvent

Returns

void | Promise<void>