bookingPage
columns and relationships of "bookingPage"
type bookingPage {
allowProviderSelection: Boolean
cancellationPolicyLink: String
colorMode: String
createdAt: timestamptz!
cssVariables(
path: String
): jsonb
extraRequiredClientFields(
path: String
): jsonb
faviconImage: String
fbConversionEventId: String
fbTagId: String
financialPolicyLink: String
googleConversionEventId: String
googleTagId: String
headerLogoImage: String
hideLocationIds(
path: String
): jsonb
id: uuid!
isArchived: Boolean
limitDisplayedTimeslots: Int
name: String!
pageCopy(
path: String
): jsonb
postBookingRedirectUrl: String
primaryColor: String
secondaryColor: String
serviceOrderPreferences(
path: String
): jsonb
showPrices: Boolean
showServiceDurations: Boolean
updatedAt: timestamptz!
useAccordionView: Boolean!
userScripts(
path: String
): jsonb
workspace: workspace!
workspaceId: uuid!
}
Fields
bookingPage.allowProviderSelection ● Boolean scalar
bookingPage.cancellationPolicyLink ● String scalar
bookingPage.colorMode ● String scalar
bookingPage.createdAt ● timestamptz! non-null scalar
bookingPage.cssVariables ● jsonb scalar
bookingPage.cssVariables.path ● String scalar
JSON select path
bookingPage.extraRequiredClientFields ● jsonb scalar
bookingPage.extraRequiredClientFields.path ● String scalar
JSON select path
bookingPage.faviconImage ● String scalar
bookingPage.fbConversionEventId ● String scalar
bookingPage.fbTagId ● String scalar
bookingPage.financialPolicyLink ● String scalar
bookingPage.googleConversionEventId ● String scalar
bookingPage.googleTagId ● String scalar
bookingPage.headerLogoImage ● String scalar
bookingPage.hideLocationIds ● jsonb scalar
bookingPage.hideLocationIds.path ● String scalar
JSON select path
bookingPage.id ● uuid! non-null scalar
bookingPage.isArchived ● Boolean scalar
bookingPage.limitDisplayedTimeslots ● Int scalar
bookingPage.name ● String! non-null scalar
bookingPage.pageCopy ● jsonb scalar
bookingPage.pageCopy.path ● String scalar
JSON select path
bookingPage.postBookingRedirectUrl ● String scalar
bookingPage.primaryColor ● String scalar
bookingPage.secondaryColor ● String scalar
bookingPage.serviceOrderPreferences ● jsonb scalar
bookingPage.serviceOrderPreferences.path ● String scalar
JSON select path
bookingPage.showPrices ● Boolean scalar
bookingPage.showServiceDurations ● Boolean scalar
bookingPage.updatedAt ● timestamptz! non-null scalar
bookingPage.useAccordionView ● Boolean! non-null scalar
bookingPage.userScripts ● jsonb scalar
bookingPage.userScripts.path ● String scalar
JSON select path
bookingPage.workspace ● workspace! non-null object
An object relationship
bookingPage.workspaceId ● uuid! non-null scalar
Returned By
bookingPage_by_pk query ● bookingPage_by_pk subscription ● bookingPage_stream subscription ● bookingPage query ● bookingPage subscription