OBJECT
NoteEntityEdge
A Relay edge containing a NoteEntity
and its cursor.
link GraphQL Schema definition
- type NoteEntityEdge {
- # The item at the end of the edge
- NoteEntity :
- # A cursor for use in pagination
- String! :
- }
OBJECT
A Relay edge containing a NoteEntity
and its cursor.
- type NoteEntityEdge {
- # The item at the end of the edge
- NoteEntity :
- # A cursor for use in pagination
- String! :
- }