OBJECT

AppointmentEntityEdge

A Relay edge containing a AppointmentEntity and its cursor.

link GraphQL Schema definition

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