CreatePipeRelationInput
Autogenerated input type of CreatePipeRelation
| Input Fields : Object | Description |
|---|---|
| clientMutationId: String | A unique identifier for the client performing the mutation. |
| autoFillFieldEnabled: Boolean | Whether the relation has auto fill active |
| allChildrenMustBeDoneToFinishParent: Boolean | Whether all children must be done to finish the parent |
| allChildrenMustBeDoneToMoveParent: Boolean | Whether all children must be done to move the parent |
| canConnectExistingItems: Boolean | Whether can connect with existing items |
| canConnectMultipleItems: Boolean | Whether is possible to connect with multiple items |
| canCreateNewItems: Boolean | Whether is possible to create new connected items |
| childId: ID | The child Repo ID |
| childMustExistToFinishParent: Boolean | Whether a child must exist to finish the parent |
| childMustExistToMoveParent: Boolean | Whether a child must exist to move the parent |
| name: String | The relation name |
| ownFieldMaps: [FieldMapInput] | Array of field input to be used in the auto fill |
| parentId: ID | The parent Repo ID |