object WorkOrderIdentifiableTypeEdge
A Relay edge containing a WorkOrderIdentifiableType and its cursor.
Fields
| Field | Type | Description |
|---|---|---|
node | WorkOrderIdentifiableType | The item at the end of the edge |
cursor | String! | A cursor for use in pagination |
Referenced By
Example
{
"node": WorkOrderIdentifiableType,
"cursor": "abc123"
}