CreateTableRecordInput
Autogenerated input type of CreateTableRecord
| Input Fields : Object | Description |
|---|---|
| clientMutationId: String | A unique identifier for the client performing the mutation. |
| table_id: ID | The table ID |
| assignee_ids: [ID] | The assignee IDs |
| due_date: DateTime | The record due date |
| fields_attributes: [FieldValueInput] | Array of inputs to fill record's fields |
| label_ids: [ID] | The label ID |
| title: String | The record title |