Function resolveArray

  • This will resolve an array of relationships, returning another array in the same order.

    Type Parameters

    • T

    Parameters

    • relationshipArray: Relationship<T>[]

      An array of relationships of the same type

    Returns Promise<T[]>

Generated using TypeDoc