@eagleoutice/flowr - v2.15.8
    Preparing search index...
    InGraphReferenceType: Exclude<
        ReferenceType,
        BuiltInConstant
        | BuiltInFunction
        | NonFunction,
    >

    Describes all types of reference (definitions) that can appear within a graph (i.e., that are not built-in like the default definition for the assignment operator <-).

    InGraphIdentifierDefinition - for the definition of an identifier within the graph