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

DataSourceEdge

The edge type for DataSourceConnection

type DataSourceEdge {
  cursor: String
  node: DataSource
}

Fields

cursor ● String scalar

The cursor of this item for pagination.

node ● DataSource object

The actual data source.

Member Of

DataSourceConnection object

Last updated

Was this helpful?