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

AccessWhatDataObjectItemEdge

The edge type for AccessWhatDataObjectItemConnection

type AccessWhatDataObjectItemEdge {
  cursor: String
  node: AccessWhatDataObjectItem
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● AccessWhatDataObjectItem object

The actual WHAT item for a data object.

Member Of

AccessWhatDataObjectItemConnection object

Last updated

Was this helpful?