@suluk/examples - v0.1.0
    Preparing search index...

    Interface SourceRef

    A machine-wireable source edge for a sourced field: pull select (default "id") from operation op's response.

    interface SourceRef {
        op: string;
        select?: string;
    }
    Index

    Properties

    Properties

    op: string

    the source operation's v4 by-name handle (C009 identity: op.name).

    select?: string

    a dotted path into the source op's RESPONSE to pull (default "id").