OBJECT

ContactEdge

The edge type for Contact.

link GraphQL Schema definition

  • type ContactEdge {
  • # The item at the end of Edge.
  • node: Contact!
  • # A cursor for use in pagination. Generated by Base64 encoding the contact's
  • # createAt value.
  • cursor: String!
  • }