weaviate-client
    Preparing search index...

    Type Alias ReferenceArgs<T>

    The arguments of the data.referenceX methods

    type ReferenceArgs<T> = {
        fromProperty: string;
        fromUuid: string;
        to: ReferenceInput<T>;
    }

    Type Parameters

    • T
    Index

    Properties

    fromProperty: string

    The property of the object that will have the reference

    fromUuid: string

    The ID of the object that will have the reference

    The object(s) to reference