workspaceConfiguration
columns and relationships of "workspaceConfiguration"
type workspaceConfiguration {
aiAgentConfiguration(
path: String
): jsonb
appointmentReminders(
path: String
): jsonb
calendar(
path: String
): jsonb
cloudflareCustomHostId: String
conversationListShowUnreadByDefault: Boolean!
customMetabaseReportIds(
path: String
): jsonb
giftCardConfiguration(
path: String
): jsonb
giftCardOptions(
path: String
): jsonb
id: uuid!
leadStatusOptions(
path: String
): jsonb
logo: String
medicalInfoSurveyJSJSON(
path: String
): jsonb
medicalInfoSurveyJSTheme(
path: String
): jsonb
noShowActive: Boolean
noShowFee: Int
opportunities(
path: String
): jsonb
patientPortalBookAppointmentBufferAmount: Int!
patientPortalBookAppointmentBufferUnit: String!
patientPortalBookableServices(
path: String
): jsonb!
patientPortalCanBookAppointments: Boolean!
patientPortalCanCancelAppointments: Boolean!
patientPortalCanRescheduleAppointments: Boolean!
patientPortalCancelAppointmentBufferAmount: Int!
patientPortalCancelAppointmentBufferUnit: String!
patientPortalInviteCopy(
path: String
): jsonb!
patientPortalRescheduleAppointmentBufferAmount: Int!
patientPortalRescheduleAppointmentBufferUnit: String!
patientReferralOptions(
path: String
): jsonb
paymentMethods(
path: String
): jsonb!
providerDashboardReportId: String
providerOrder(
path: String
): jsonb
sendAppointmentCalendarInvite: Boolean
sendAppointmentConfirmationEmailMessage: Boolean
shippingFee(
path: String
): jsonb
smsMarketingCharacterLimit: Int
storefrontConfiguration(
path: String
): jsonb
theme(
path: String
): jsonb
virtualAppointmentReminders(
path: String
): jsonb
workspace: workspace!
workspaceId: uuid!
}
Fields
workspaceConfiguration.aiAgentConfiguration ● jsonb scalar
workspaceConfiguration.aiAgentConfiguration.path ● String scalar
JSON select path
workspaceConfiguration.appointmentReminders ● jsonb scalar
workspaceConfiguration.appointmentReminders.path ● String scalar
JSON select path
workspaceConfiguration.calendar ● jsonb scalar
workspaceConfiguration.calendar.path ● String scalar
JSON select path
workspaceConfiguration.cloudflareCustomHostId ● String scalar
workspaceConfiguration.conversationListShowUnreadByDefault ● Boolean! non-null scalar
workspaceConfiguration.customMetabaseReportIds ● jsonb scalar
workspaceConfiguration.customMetabaseReportIds.path ● String scalar
JSON select path
workspaceConfiguration.giftCardConfiguration ● jsonb scalar
workspaceConfiguration.giftCardConfiguration.path ● String scalar
JSON select path
workspaceConfiguration.giftCardOptions ● jsonb scalar
workspaceConfiguration.giftCardOptions.path ● String scalar
JSON select path
workspaceConfiguration.id ● uuid! non-null scalar
workspaceConfiguration.leadStatusOptions ● jsonb scalar
workspaceConfiguration.leadStatusOptions.path ● String scalar
JSON select path
workspaceConfiguration.logo ● String scalar
workspaceConfiguration.medicalInfoSurveyJSJSON ● jsonb scalar
workspaceConfiguration.medicalInfoSurveyJSJSON.path ● String scalar
JSON select path
workspaceConfiguration.medicalInfoSurveyJSTheme ● jsonb scalar
workspaceConfiguration.medicalInfoSurveyJSTheme.path ● String scalar
JSON select path
workspaceConfiguration.noShowActive ● Boolean scalar
workspaceConfiguration.noShowFee ● Int scalar
workspaceConfiguration.opportunities ● jsonb scalar
workspaceConfiguration.opportunities.path ● String scalar
JSON select path
workspaceConfiguration.patientPortalBookAppointmentBufferAmount ● Int! non-null scalar
workspaceConfiguration.patientPortalBookAppointmentBufferUnit ● String! non-null scalar
workspaceConfiguration.patientPortalBookableServices ● jsonb! non-null scalar
workspaceConfiguration.patientPortalBookableServices.path ● String scalar
JSON select path
workspaceConfiguration.patientPortalCanBookAppointments ● Boolean! non-null scalar
workspaceConfiguration.patientPortalCanCancelAppointments ● Boolean! non-null scalar
workspaceConfiguration.patientPortalCanRescheduleAppointments ● Boolean! non-null scalar
workspaceConfiguration.patientPortalCancelAppointmentBufferAmount ● Int! non-null scalar
workspaceConfiguration.patientPortalCancelAppointmentBufferUnit ● String! non-null scalar
workspaceConfiguration.patientPortalInviteCopy ● jsonb! non-null scalar
workspaceConfiguration.patientPortalInviteCopy.path ● String scalar
JSON select path
workspaceConfiguration.patientPortalRescheduleAppointmentBufferAmount ● Int! non-null scalar
workspaceConfiguration.patientPortalRescheduleAppointmentBufferUnit ● String! non-null scalar
workspaceConfiguration.patientReferralOptions ● jsonb scalar
workspaceConfiguration.patientReferralOptions.path ● String scalar
JSON select path
workspaceConfiguration.paymentMethods ● jsonb! non-null scalar
workspaceConfiguration.paymentMethods.path ● String scalar
JSON select path
workspaceConfiguration.providerDashboardReportId ● String scalar
workspaceConfiguration.providerOrder ● jsonb scalar
workspaceConfiguration.providerOrder.path ● String scalar
JSON select path
workspaceConfiguration.sendAppointmentCalendarInvite ● Boolean scalar
workspaceConfiguration.sendAppointmentConfirmationEmailMessage ● Boolean scalar
workspaceConfiguration.shippingFee ● jsonb scalar
workspaceConfiguration.shippingFee.path ● String scalar
JSON select path
workspaceConfiguration.smsMarketingCharacterLimit ● Int scalar
workspaceConfiguration.storefrontConfiguration ● jsonb scalar
workspaceConfiguration.storefrontConfiguration.path ● String scalar
JSON select path
workspaceConfiguration.theme ● jsonb scalar
workspaceConfiguration.theme.path ● String scalar
JSON select path
workspaceConfiguration.virtualAppointmentReminders ● jsonb scalar
workspaceConfiguration.virtualAppointmentReminders.path ● String scalar
JSON select path
workspaceConfiguration.workspace ● workspace! non-null object
An object relationship
workspaceConfiguration.workspaceId ● uuid! non-null scalar
Returned By
update_workspaceConfiguration_by_pk mutation ● workspaceConfiguration_by_pk query ● workspaceConfiguration_by_pk subscription ● workspaceConfiguration_stream subscription ● workspaceConfiguration query ● workspaceConfiguration subscription
Member Of
workspace object ● workspaceConfiguration_mutation_response object