RecordInputType
Last edit: Oct 26, 2022
No description
type RecordInputType {
attachments: [AtachmentInputType]
created_at: JSONDate
deleted_at: JSONDate
external_id: ID
id: ID
images: [ImageInputType]
properties: [PropertyInputType]
records: [RecordsInputType]
table: String
updated_at: JSONDate
user_id: ID
}