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