OBJECT
AppointmentTypeFormConnection
An object containing event which should be taken before or after appointment
link GraphQL Schema definition
- type AppointmentTypeFormConnection {
- # ID of the form for the form completion request
- CustomModuleForm :
- # The unique identifier of the form
- ID! :
- # Determines when action should be taken(before or after appointment)
- String :
- }