OBJECT

ContactTypeEntityEdge

A Relay edge containing a ContactTypeEntity and its cursor.

link GraphQL Schema definition

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