CreateCustomObjectRelationshipRecordInput
No description
input CreateCustomObjectRelationshipRecordInput {
left_id: Int
relationship: Int
right_id: Int
}
Fields
CreateCustomObjectRelationshipRecordInput.left_id
● Int
scalar
CreateCustomObjectRelationshipRecordInput.relationship
● Int
scalar
CreateCustomObjectRelationshipRecordInput.right_id
● Int
scalar
Member Of
createCustomObjectRelationshipRecord
mutation