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