NoteEdge
An edge in a connection.
type NoteEdge {
node: Note
cursor: Cursor!
}
Fields
NoteEdge.node ● Note object
The item at the end of the edge.
NoteEdge.cursor ● Cursor! non-null scalar
A cursor for use in pagination.
Member Of
NoteConnection object