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
  • node: MemoCommentEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }