TaskBundleEdge
An edge that contains a node of type TaskBundle and a cursor.
type TaskBundleEdge {
node: TaskBundle!
cursor: String!
}
Fields
TaskBundleEdge.node ● TaskBundle! non-null object
The TaskBundle node.
TaskBundleEdge.cursor ● String! non-null scalar
A unique cursor that can be used for pagination.
Member Of
TaskBundleConnection object