interface GraphLookup {
    $graphLookup: {
        as: string;
        connectFromField: string;
        connectToField: string;
        depthField?: string;
        from: string;
        maxDepth?: number;
        restrictSearchWithMatch?: AnyObject;
        startWith: any;
    };
}

Properties

Properties

$graphLookup: {
    as: string;
    connectFromField: string;
    connectToField: string;
    depthField?: string;
    from: string;
    maxDepth?: number;
    restrictSearchWithMatch?: AnyObject;
    startWith: any;
}

Type declaration

  • as: string
  • connectFromField: string
  • connectToField: string
  • Optional depthField?: string
  • from: string
  • Optional maxDepth?: number
  • Optional restrictSearchWithMatch?: AnyObject
  • startWith: any