Function resolveGraph

  • Returns the full object to the resolved value given by the selector. This function excludes empty values as they aren't practically useful.

    Parameters

    • obj: ArrayOrObject

      {AnyObject} the object context

    • selector: string

      {String} dot separated path to field

    • Optionaloptions: ResolveOptions

    Returns ArrayOrObject | undefined