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