PriceInput
No description
input PriceInput {
id: ID
currencyCode: String
priceInCents: Int
suggestedRetailPriceInCents: Int
instructorAccessPriceInCents: Int
annualPriceInCents: Int
}
No description
input PriceInput {
id: ID
currencyCode: String
priceInCents: Int
suggestedRetailPriceInCents: Int
instructorAccessPriceInCents: Int
annualPriceInCents: Int
}
PriceInput.id
● ID
scalarPriceInput.currencyCode
● String
scalarPriceInput.priceInCents
● Int
scalarPriceInput.suggestedRetailPriceInCents
● Int
scalarPriceInput.instructorAccessPriceInCents
● Int
scalarPriceInput.annualPriceInCents
● Int
scalar