PatchableCustomObjectRelationshipFields
No description
input PatchableCustomObjectRelationshipFields {
name: String
type: CustomObjectRelationshipType
label: String
left_object: Int
left_table: String
left_key: String
related_entity_type: CustomObjectRelationshipObject
right_table: String
right_key: String
}