Function multiGetObjectsGraphql

  • Fetch many objects' flat fields by id. Preserves the order of input ids; objects that don't exist or aren't Move objects appear as null.

    Parameters

    • ids: string[]

    Returns Promise<(null | FlatObject<Record<string, unknown>>)[]>