NotesEdge
A Note edge in the connection.
type NotesEdge {
cursor: Cursor
node: Note!
}
Fields
NotesEdge.cursor ● Cursor scalar
A cursor for use in pagination.
NotesEdge.node ● Note! non-null object
The Note at the end of the edge.
Member Of
CreateNotePayload object ● DeleteNotePayload object ● NotesConnection object ● UpdateNotePayload object ● UpsertNotePayload object