OBJECT

AppointmentTypeEntityEdge

A Relay edge containing a AppointmentTypeEntity and its cursor.

link GraphQL Schema definition

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