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