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