OBJECT

TranslationEntityEdge

A Relay edge containing a TranslationEntity and its cursor.

link GraphQL Schema definition

  • type TranslationEntityEdge {
  • # The item at the end of the edge
  • node: TranslationEntity
  • # A cursor for use in pagination
  • cursor: String!
  • }