RelatedCustomObjectRecordDetail
A single custom object record's full, read-only detail (fields ordered by record layout).
type RelatedCustomObjectRecordDetail {
custom_object_record_id: Int!
custom_object_definition_id: Int!
type_label: String!
name: String!
created_at: DateTime!
updated_at: DateTime!
fields: [RelatedCustomObjectRecordDetailField!]!
}


