Skip to main content

serviceCategory

columns and relationships of "serviceCategory"

type serviceCategory {
appointmentConfirmationMessage: String
appointmentReminders(
path: String
): jsonb
bannerImage: String
createdAt: timestamptz!
displayName: String
iconImage: String
id: uuid!
marketingDescription: String
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!
title: String!
updatedAt: timestamptz!
workspaceId: uuid!
}

Fields

serviceCategory.appointmentConfirmationMessage ● String scalar

serviceCategory.appointmentReminders ● jsonb scalar

serviceCategory.appointmentReminders.path ● String scalar

JSON select path

serviceCategory.bannerImage ● String scalar

serviceCategory.createdAt ● timestamptz! non-null scalar

serviceCategory.displayName ● String scalar

serviceCategory.iconImage ● String scalar

serviceCategory.id ● uuid! non-null scalar

serviceCategory.marketingDescription ● String scalar

serviceCategory.services ● [service!]! non-null object

An array relationship

serviceCategory.services.distinct_on ● [service_select_column!] list enum

distinct select on columns

serviceCategory.services.limit ● Int scalar

limit the number of rows returned

serviceCategory.services.offset ● Int scalar

skip the first n rows. Use only with order_by

serviceCategory.services.order_by ● [service_order_by!] list input

sort the rows by one or more columns

serviceCategory.services.where ● service_bool_exp input

filter the rows returned

serviceCategory.services_aggregate ● service_aggregate! non-null object

An aggregate relationship

serviceCategory.services_aggregate.distinct_on ● [service_select_column!] list enum

distinct select on columns

serviceCategory.services_aggregate.limit ● Int scalar

limit the number of rows returned

serviceCategory.services_aggregate.offset ● Int scalar

skip the first n rows. Use only with order_by

serviceCategory.services_aggregate.order_by ● [service_order_by!] list input

sort the rows by one or more columns

serviceCategory.services_aggregate.where ● service_bool_exp input

filter the rows returned

serviceCategory.title ● String! non-null scalar

serviceCategory.updatedAt ● timestamptz! non-null scalar

serviceCategory.workspaceId ● uuid! non-null scalar

Returned By

serviceCategory_by_pk query ● serviceCategory_by_pk subscription ● serviceCategory_stream subscription ● serviceCategory query ● serviceCategory subscription

Member Of

service object ● serviceCategory_aggregate object