Docs
/
/

Object

A custom [Object](/concepts/objects) entity which belongs to a collection.

Object

A custom Object entity which belongs to a collection.

Attributes

__typename
string

The typename of the schema.

collection
string

The collection this object belongs to.

created_at
string(date-time)

Timestamp when the resource was created.

id
string

Unique identifier for the object.

properties
object(any)

The custom properties associated with the object.

updated_at
string(date-time)

The timestamp when the resource was last updated.

New chat