DataSourceEdge
type DataSourceEdge {
cursor: String
node: DataSource
}Fields
cursor ● String scalar
node ● DataSource object
Member Of
Last updated
Was this helpful?
The edge type for DataSourceConnection
type DataSourceEdge {
cursor: String
node: DataSource
}String scalarThe cursor of this item for pagination.
DataSource objectThe actual data source.
DataSourceConnection object
Last updated
Was this helpful?
Was this helpful?