OBJECT

ProviderApptTypeConnection

Provider appointment type connection

link GraphQL Schema definition

  • type ProviderApptTypeConnection {
  • # The appointment type ID associated with this connection
  • appointment_type_id: ID
  • # The unique identifier of the connection
  • id: ID!
  • # Name of the provider associated with this appointment type connection
  • provider_name: String
  • # User ID of the provider associated with this appointment type connection
  • user_id: ID
  • }