For the complete documentation index, see llms.txt. This page is also available as Markdown.

DataObjectEdge

The edge type for DataObjectConnection

type DataObjectEdge {
  cursor: String
  node: DataObject
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● DataObject object

The actual data object.

Member Of

DataObjectConnection object

Last updated

Was this helpful?