promotionServices_bool_exp
Boolean expression to filter rows from the table "promotionServices". All fields are combined with a logical 'AND'.
input promotionServices_bool_exp {
_and: [promotionServices_bool_exp!]
_not: promotionServices_bool_exp
_or: [promotionServices_bool_exp!]
createdAt: timestamptz_comparison_exp
discountAmount: float8_comparison_exp
discountType: String_comparison_exp
id: uuid_comparison_exp
promotionId: uuid_comparison_exp
quantity: Int_comparison_exp
service: service_bool_exp
serviceId: uuid_comparison_exp
updatedAt: timestamptz_comparison_exp
workspaceId: uuid_comparison_exp
}
Fields
promotionServices_bool_exp._and
● [promotionServices_bool_exp!]
list input
promotionServices_bool_exp._not
● promotionServices_bool_exp
input
promotionServices_bool_exp._or
● [promotionServices_bool_exp!]
list input
promotionServices_bool_exp.createdAt
● timestamptz_comparison_exp
input
promotionServices_bool_exp.discountAmount
● float8_comparison_exp
input
promotionServices_bool_exp.discountType
● String_comparison_exp
input
promotionServices_bool_exp.id
● uuid_comparison_exp
input
promotionServices_bool_exp.promotionId
● uuid_comparison_exp
input
promotionServices_bool_exp.quantity
● Int_comparison_exp
input
promotionServices_bool_exp.service
● service_bool_exp
input
promotionServices_bool_exp.serviceId
● uuid_comparison_exp
input
promotionServices_bool_exp.updatedAt
● timestamptz_comparison_exp
input
promotionServices_bool_exp.workspaceId
● uuid_comparison_exp
input
Member Of
promotion_bool_exp
input ● promotionServices_bool_exp
input ● promotionServices_stream
subscription ● promotionServices
query ● promotionServices
subscription