{
  "data": {
    "changeOrders": {
      "connection": {
        "edges": [
          {
            "node": {
              "con": {
                "id": "abcdef1234567890abcdef12",
                "displayValue": "ECO-12345"
              },
              "id": "abcdef1234567890abcdef34",
              "name": "PCB Revision for Rev B Release",
              "type": "ECO",
              "description": "Engineering change order to update PCB layout for Rev B manufacturing release.",
              "documentLinks": [],
              "status": "DRAFT",
              "resolution": "NONE",
              "erpOptions": null,
              "created": "2024-06-24T22:31:27.808Z",
              "creator": {
                "email": "john.doe@example.com",
                "id": "1234567890abcdef12345678",
                "firstName": "John",
                "lastName": "Doe"
              },
              "approvalType": "FIRST_IN",
              "lastModified": "2024-06-24T22:31:27.808Z"
            }
          }
        ]
      }
    }
  }
}