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