object LaborWorkerPage
A pass-through page mirroring workforce_hero's getWorkers connection.
Fields
| Field | Type | Description |
|---|---|---|
edges | [LaborWorkerEdge] | Connection edges containing records and cursors for pagination. |
page_info | WorkforceHeroPageInfo | Pagination metadata for this connection. |
Referenced By
- LaborWorkersResult Type
Example
{
"edges": [[{id: "TGFib3JXb3JrZXJFZGdlOjEyMzQ="}]],
"page_info": {id: "V29ya2ZvcmNlSGVyb1BhZ2VJbmZvOjEyMzQ="}
}