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