leadFormStep
columns and relationships of "leadFormStep"
type leadFormStep {
callToAction: String
canDelete: Boolean!
canReOrder: Boolean!
createdAt: timestamptz!
id: uuid!
leadForm: leadForm!
leadFormFields(
distinct_on: [leadFormField_select_column!]
limit: Int
offset: Int
order_by: [leadFormField_order_by!]
where: leadFormField_bool_exp
): [leadFormField!]!
leadFormId: uuid!
name: String
order: Int!
properties(
path: String
): jsonb
subtitle: String
title: String
type: String!
updatedAt: timestamptz!
workspaceId: uuid!
}
Fields
leadFormStep.callToAction ● String scalar
leadFormStep.canDelete ● Boolean! non-null scalar
leadFormStep.canReOrder ● Boolean! non-null scalar
leadFormStep.createdAt ● timestamptz! non-null scalar
leadFormStep.id ● uuid! non-null scalar
leadFormStep.leadForm ● leadForm! non-null object
An object relationship
leadFormStep.leadFormFields ● [leadFormField!]! non-null object
An array relationship
leadFormStep.leadFormFields.distinct_on ● [leadFormField_select_column!] list enum
distinct select on columns
leadFormStep.leadFormFields.limit ● Int scalar
limit the number of rows returned
leadFormStep.leadFormFields.offset ● Int scalar
skip the first n rows. Use only with order_by
leadFormStep.leadFormFields.order_by ● [leadFormField_order_by!] list input
sort the rows by one or more columns
leadFormStep.leadFormFields.where ● leadFormField_bool_exp input
filter the rows returned
leadFormStep.leadFormId ● uuid! non-null scalar
leadFormStep.name ● String scalar
leadFormStep.order ● Int! non-null scalar
leadFormStep.properties ● jsonb scalar
leadFormStep.properties.path ● String scalar
JSON select path
leadFormStep.subtitle ● String scalar
leadFormStep.title ● String scalar
leadFormStep.type ● String! non-null scalar
leadFormStep.updatedAt ● timestamptz! non-null scalar
leadFormStep.workspaceId ● uuid! non-null scalar
Returned By
leadFormStep_by_pk query ● leadFormStep_by_pk subscription ● leadFormStep_stream subscription ● leadFormStep query ● leadFormStep subscription
Member Of
leadForm object ● leadFormField object