Interface GraphExpansionHandler

interface GraphExpansionHandler {
    handle(context): Promise<null | GraphExpansionResult>;
}

Methods

Methods