LaunchStoreDiscount
No description
type LaunchStoreDiscount {
id: ID!
percentage: Float!
startDate: DateTime!
endDate: DateTime!
isActive: Boolean!
createdAt: DateTime!
updatedAt: DateTime!
}
Fields
LaunchStoreDiscount.id ● ID! non-null scalar
LaunchStoreDiscount.percentage ● Float! non-null scalar
LaunchStoreDiscount.startDate ● DateTime! non-null scalar
LaunchStoreDiscount.endDate ● DateTime! non-null scalar
LaunchStoreDiscount.isActive ● Boolean! non-null scalar
LaunchStoreDiscount.createdAt ● DateTime! non-null scalar
LaunchStoreDiscount.updatedAt ● DateTime! non-null scalar
Member Of
LaunchStoreRequest object