Interface IGraphTypeRegistered

Allows to inject a lambda that is executed when the GraphType is registered for the decorated type.

interface IGraphTypeRegistered {
    onGraphTypeRegistered(graphType: Writable<GraphType>): any;
}

Methods

  • An optional method to implement when the type is registered as GraphType.

    Parameters

    Returns any