AppointmentTypeFormConnection
An object containing event which should be taken before or after appointment
Fields
custom_module_form
· CustomModuleForm
· ID of the form for the form completion request interval
· ISO8601Duration
· Form requests will be sent before or after given interval, depends on `send_trigger` send_trigger
· String
· Determines when action should be taken(before or after appointment) Used By
Definition
"""An object containing event which should be taken before or after appointment"""type AppointmentTypeFormConnection { """ ID of the form for the form completion request """ custom_module_form: CustomModuleForm
""" The unique identifier of the form """ id: ID!
""" Form requests will be sent before or after given interval, depends on `send_trigger` """ interval: ISO8601Duration
""" Determines when action should be taken(before or after appointment) """ send_trigger: String}