leadForm
columns and relationships of "leadForm"
type leadForm {
backgroundColor: String
businessLogo: String
createdAt: timestamptz!
font: String
formBackground: String
headerCode: String
id: uuid!
isArchived: Boolean
layout: String
leadFormSteps(
distinct_on: [leadFormStep_select_column!]
limit: Int
offset: Int
order_by: [leadFormStep_order_by!]
where: leadFormStep_bool_exp
): [leadFormStep!]!
lockedToLocations(
path: String
): jsonb
lockedToServices(
path: String
): jsonb
name: String!
sideBannerImage: String
successMessage: String
surveyJSJson(
path: String
): jsonb
themeJSON(
path: String
): jsonb
updatedAt: timestamptz!
workspace: workspace!
workspaceId: uuid!
}
Fields
leadForm.backgroundColor
● String
scalar
leadForm.businessLogo
● String
scalar
leadForm.createdAt
● timestamptz!
non-null scalar
leadForm.font
● String
scalar
leadForm.formBackground
● String
scalar
leadForm.headerCode
● String
scalar
leadForm.id
● uuid!
non-null scalar
leadForm.isArchived
● Boolean
scalar
leadForm.layout
● String
scalar
leadForm.leadFormSteps
● [leadFormStep!]!
non-null object
An array relationship
leadForm.leadFormSteps.distinct_on
● [leadFormStep_select_column!]
list enum
distinct select on columns
leadForm.leadFormSteps.limit
● Int
scalar
limit the number of rows returned
leadForm.leadFormSteps.offset
● Int
scalar
skip the first n rows. Use only with order_by
leadForm.leadFormSteps.order_by
● [leadFormStep_order_by!]
list input
sort the rows by one or more columns
leadForm.leadFormSteps.where
● leadFormStep_bool_exp
input
filter the rows returned
leadForm.lockedToLocations
● jsonb
scalar
leadForm.lockedToLocations.path
● String
scalar
JSON select path
leadForm.lockedToServices
● jsonb
scalar
leadForm.lockedToServices.path
● String
scalar
JSON select path
leadForm.name
● String!
non-null scalar
leadForm.sideBannerImage
● String
scalar
leadForm.successMessage
● String
scalar
leadForm.surveyJSJson
● jsonb
scalar
leadForm.surveyJSJson.path
● String
scalar
JSON select path
leadForm.themeJSON
● jsonb
scalar
leadForm.themeJSON.path
● String
scalar
JSON select path
leadForm.updatedAt
● timestamptz!
non-null scalar
leadForm.workspace
● workspace!
non-null object
An object relationship
leadForm.workspaceId
● uuid!
non-null scalar
Returned By
leadForm_by_pk
query ● leadForm_by_pk
subscription ● leadForm_stream
subscription ● leadForm
query ● leadForm
subscription
Member Of
leadFormStep
object ● workspace
object