service_min_fields
aggregate min on columns
type service_min_fields {
color: String
cost: Int
costToPractice: float8
deposit: Int
description: String
id: uuid
image: String
minutesToPerform: Int
name: String
newPatientMinutesToPerform: Int
price: Int
productBarcodeId: String
serviceCategoryId: uuid
shippingFee: float8
taxRate: float8
workspaceId: uuid
}
Fields
service_min_fields.color
● String
scalar
service_min_fields.cost
● Int
scalar
service_min_fields.costToPractice
● float8
scalar
service_min_fields.deposit
● Int
scalar
service_min_fields.description
● String
scalar
service_min_fields.id
● uuid
scalar
service_min_fields.image
● String
scalar
service_min_fields.minutesToPerform
● Int
scalar
service_min_fields.name
● String
scalar
service_min_fields.newPatientMinutesToPerform
● Int
scalar
service_min_fields.price
● Int
scalar
service_min_fields.productBarcodeId
● String
scalar
service_min_fields.serviceCategoryId
● uuid
scalar
service_min_fields.shippingFee
● float8
scalar
service_min_fields.taxRate
● float8
scalar
service_min_fields.workspaceId
● uuid
scalar
Member Of
service_aggregate_fields
object