ProviderApptTypeConnection
Provider appointment type connection
Fields
appointment_type_id
· ID
· The appointment type ID associated with this connection provider_name
· String
· Name of the provider associated with this appointment type connection Used By
Definition
"""Provider appointment type connection"""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}