object WorkOrderIdentifiableTypeEdge

A Relay edge containing a WorkOrderIdentifiableType and its cursor.

Fields

FieldTypeDescription
nodeWorkOrderIdentifiableType

The item at the end of the edge

cursorString!

A cursor for use in pagination

Referenced By

Example

{
  "node": WorkOrderIdentifiableType,
  "cursor": "abc123"
}