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