Skip to main content

promotionServices

columns and relationships of "promotionServices"

type promotionServices {
createdAt: timestamptz!
discountAmount: float8!
discountType: String!
id: uuid!
promotionId: uuid!
quantity: Int
service: service!
serviceId: uuid!
updatedAt: timestamptz!
workspaceId: uuid!
}

Fields

promotionServices.createdAt ● timestamptz! non-null scalar

promotionServices.discountAmount ● float8! non-null scalar

promotionServices.discountType ● String! non-null scalar

promotionServices.id ● uuid! non-null scalar

promotionServices.promotionId ● uuid! non-null scalar

promotionServices.quantity ● Int scalar

promotionServices.service ● service! non-null object

An object relationship

promotionServices.serviceId ● uuid! non-null scalar

promotionServices.updatedAt ● timestamptz! non-null scalar

promotionServices.workspaceId ● uuid! non-null scalar

Returned By

promotionServices_by_pk query ● promotionServices_by_pk subscription ● promotionServices_stream subscription ● promotionServices query ● promotionServices subscription

Member Of

promotion object