CreateTableRelationInput
Autogenerated input type of CreateTableRelation
Input Fields : Object | Description |
---|---|
clientMutationId: String | A unique identifier for the client performing the mutation. |
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 |
parentId: ID | The parent Repo ID |