OBJECT

GhostContactEntityEdge

A Relay edge containing a GhostContactEntity and its cursor.

link GraphQL Schema definition

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