workspace
columns and relationships of "workspace"
type workspace {
domain: String
finixMerchantId: String
flags(
path: String
): jsonb
id: uuid!
invoiceConfiguration: invoiceConfiguration
leadFormFields(
distinct_on: [leadFormField_select_column!]
limit: Int
offset: Int
order_by: [leadFormField_order_by!]
where: leadFormField_bool_exp
): [leadFormField!]!
leadForms(
distinct_on: [leadForm_select_column!]
limit: Int
offset: Int
order_by: [leadForm_order_by!]
where: leadForm_bool_exp
): [leadForm!]!
locations(
distinct_on: [location_select_column!]
limit: Int
offset: Int
order_by: [location_order_by!]
where: location_bool_exp
): [location!]!
logo: String
name: String!
organization: organization
organizationId: uuid
payrixMerchantId: String
providers(
distinct_on: [provider_select_column!]
limit: Int
offset: Int
order_by: [provider_order_by!]
where: provider_bool_exp
): [provider!]!
rewardProgram: rewardProgram
services(
distinct_on: [service_select_column!]
limit: Int
offset: Int
order_by: [service_order_by!]
where: service_bool_exp
): [service!]!
services_aggregate(
distinct_on: [service_select_column!]
limit: Int
offset: Int
order_by: [service_order_by!]
where: service_bool_exp
): service_aggregate!
slug: String
storefrontTrackingId: String
workspaceConfiguration: workspaceConfiguration
}
Fields
workspace.domain
● String
scalar
workspace.finixMerchantId
● String
scalar
workspace.flags
● jsonb
scalar
workspace.flags.path
● String
scalar
JSON select path
workspace.id
● uuid!
non-null scalar
workspace.invoiceConfiguration
● invoiceConfiguration
object
An object relationship
workspace.leadFormFields
● [leadFormField!]!
non-null object
An array relationship
workspace.leadFormFields.distinct_on
● [leadFormField_select_column!]
list enum
distinct select on columns
workspace.leadFormFields.limit
● Int
scalar
limit the number of rows returned
workspace.leadFormFields.offset
● Int
scalar
skip the first n rows. Use only with order_by
workspace.leadFormFields.order_by
● [leadFormField_order_by!]
list input
sort the rows by one or more columns
workspace.leadFormFields.where
● leadFormField_bool_exp
input
filter the rows returned
workspace.leadForms
● [leadForm!]!
non-null object
An array relationship
workspace.leadForms.distinct_on
● [leadForm_select_column!]
list enum
distinct select on columns
workspace.leadForms.limit
● Int
scalar
limit the number of rows returned
workspace.leadForms.offset
● Int
scalar
skip the first n rows. Use only with order_by
workspace.leadForms.order_by
● [leadForm_order_by!]
list input
sort the rows by one or more columns
workspace.leadForms.where
● leadForm_bool_exp
input
filter the rows returned
workspace.locations
● [location!]!
non-null object
An array relationship
workspace.locations.distinct_on
● [location_select_column!]
list enum
distinct select on columns
workspace.locations.limit
● Int
scalar
limit the number of rows returned
workspace.locations.offset
● Int
scalar
skip the first n rows. Use only with order_by
workspace.locations.order_by
● [location_order_by!]
list input
sort the rows by one or more columns
workspace.locations.where
● location_bool_exp
input
filter the rows returned
workspace.logo
● String
scalar
workspace.name
● String!
non-null scalar
workspace.organization
● organization
object
An object relationship
workspace.organizationId
● uuid
scalar
workspace.payrixMerchantId
● String
scalar
workspace.providers
● [provider!]!
non-null object
An array relationship
workspace.providers.distinct_on
● [provider_select_column!]
list enum
distinct select on columns
workspace.providers.limit
● Int
scalar
limit the number of rows returned
workspace.providers.offset
● Int
scalar
skip the first n rows. Use only with order_by
workspace.providers.order_by
● [provider_order_by!]
list input
sort the rows by one or more columns
workspace.providers.where
● provider_bool_exp
input
filter the rows returned
workspace.rewardProgram
● rewardProgram
object
An object relationship
workspace.services
● [service!]!
non-null object
An array relationship
workspace.services.distinct_on
● [service_select_column!]
list enum
distinct select on columns
workspace.services.limit
● Int
scalar
limit the number of rows returned
workspace.services.offset
● Int
scalar
skip the first n rows. Use only with order_by
workspace.services.order_by
● [service_order_by!]
list input
sort the rows by one or more columns
workspace.services.where
● service_bool_exp
input
filter the rows returned
workspace.services_aggregate
● service_aggregate!
non-null object
An aggregate relationship
workspace.services_aggregate.distinct_on
● [service_select_column!]
list enum
distinct select on columns
workspace.services_aggregate.limit
● Int
scalar
limit the number of rows returned
workspace.services_aggregate.offset
● Int
scalar
skip the first n rows. Use only with order_by
workspace.services_aggregate.order_by
● [service_order_by!]
list input
sort the rows by one or more columns
workspace.services_aggregate.where
● service_bool_exp
input
filter the rows returned
workspace.slug
● String
scalar
workspace.storefrontTrackingId
● String
scalar
workspace.workspaceConfiguration
● workspaceConfiguration
object
An object relationship
Returned By
workspace_by_pk
query ● workspace_by_pk
subscription ● workspace_stream
subscription ● workspace
query ● workspace
subscription
Member Of
bookingPage
object ● externalAiChatSession
object ● leadForm
object ● leadFormField
object ● location
object ● membership
object ● organization
object ● package
object ● patientInvite
object ● payment
object ● promotion
object ● provider
object ● rewardProgram
object ● service
object ● workspaceConfiguration
object