RecordsCreateInputType
Last edit: Apr 20, 2026
No description
type RecordsCreateInputType {
created_at: JSONDate
deleted_at: JSONDate
external_id: ID
id: ID
properties: PropertiesObject
table: String
updated_at: JSONDate
}