Skip to main content

serviceCategory_bool_exp

Boolean expression to filter rows from the table "serviceCategory". All fields are combined with a logical 'AND'.

input serviceCategory_bool_exp {
_and: [serviceCategory_bool_exp!]
_not: serviceCategory_bool_exp
_or: [serviceCategory_bool_exp!]
appointmentConfirmationMessage: String_comparison_exp
appointmentReminders: jsonb_comparison_exp
bannerImage: String_comparison_exp
createdAt: timestamptz_comparison_exp
displayName: String_comparison_exp
iconImage: String_comparison_exp
id: uuid_comparison_exp
marketingDescription: String_comparison_exp
services: service_bool_exp
services_aggregate: service_aggregate_bool_exp
title: String_comparison_exp
updatedAt: timestamptz_comparison_exp
workspaceId: uuid_comparison_exp
}

Fields

serviceCategory_bool_exp._and ● [serviceCategory_bool_exp!] list input

serviceCategory_bool_exp._not ● serviceCategory_bool_exp input

serviceCategory_bool_exp._or ● [serviceCategory_bool_exp!] list input

serviceCategory_bool_exp.appointmentConfirmationMessage ● String_comparison_exp input

serviceCategory_bool_exp.appointmentReminders ● jsonb_comparison_exp input

serviceCategory_bool_exp.bannerImage ● String_comparison_exp input

serviceCategory_bool_exp.createdAt ● timestamptz_comparison_exp input

serviceCategory_bool_exp.displayName ● String_comparison_exp input

serviceCategory_bool_exp.iconImage ● String_comparison_exp input

serviceCategory_bool_exp.id ● uuid_comparison_exp input

serviceCategory_bool_exp.marketingDescription ● String_comparison_exp input

serviceCategory_bool_exp.services ● service_bool_exp input

serviceCategory_bool_exp.services_aggregate ● service_aggregate_bool_exp input

serviceCategory_bool_exp.title ● String_comparison_exp input

serviceCategory_bool_exp.updatedAt ● timestamptz_comparison_exp input

serviceCategory_bool_exp.workspaceId ● uuid_comparison_exp input

Member Of

service_bool_exp input ● serviceCategory_aggregate query ● serviceCategory_aggregate subscription ● serviceCategory_bool_exp input ● serviceCategory_stream subscription ● serviceCategory query ● serviceCategory subscription