Homepage

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
}

Fields

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)

Questions?

We are always happy to help with any questions you may have.

contact us