Batching of subjects to lookup using the Graph API

interface GraphSubjectLookup {
    lookupKeys?: GraphSubjectLookupKey[];
}

Properties

Properties

lookupKeys?: GraphSubjectLookupKey[]