query underwritingInformationRequestOptions { underwritingInformationRequestOptions { createdDateTime description displayOrder id isActive title updatedDateTime } }
{ "data": { "underwritingInformationRequestOptions": [ { "createdDateTime": "2007-12-03T10:15:30Z", "description": "abc123", "displayOrder": 987, "id": "72ef289d-77d4-4696-8a08-da83ed15b751", "isActive": false, "title": "xyz789", "updatedDateTime": "2007-12-03T10:15:30Z" } ] } }