RecordsCreateInputType
Last edit: Dec 17, 2025
No description
type RecordsCreateInputType {
created_at: JSONDate
deleted_at: JSONDate
external_id: ID
id: ID
properties: PropertiesObject
table: String
updated_at: JSONDate
}